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