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