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