mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
6 lines
73 B
C++
6 lines
73 B
C++
#pragma once
|
|
|
|
namespace os::media
|
|
{
|
|
bool IsExternalMediaPlaying();
|
|
}
|