mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-31 00:10:26 -06:00
8 lines
142 B
C++
8 lines
142 B
C++
#include <os/media.h>
|
|
#include <os/media_detail.h>
|
|
|
|
bool os::media::IsExternalMediaPlaying()
|
|
{
|
|
return detail::IsExternalMediaPlaying();
|
|
}
|