mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-06-01 17:58:20 -04:00
7 lines
73 B
C++
7 lines
73 B
C++
#pragma once
|
|
|
|
namespace os::media
|
|
{
|
|
bool IsExternalMediaPlaying();
|
|
}
|