Files
UnleashedRecomp-hedge-dev/UnleashedRecomp/os/media.h

7 lines
73 B
C++

#pragma once
namespace os::media
{
bool IsExternalMediaPlaying();
}