mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
[saco] Implement DXUTMediaSearchPath()
This commit is contained in:
parent
9e6b5a9f94
commit
b6605273da
@ -173,3 +173,13 @@ bool CDXUTTimer::IsStopped()
|
||||
}
|
||||
|
||||
|
||||
//--------------------------------------------------------------------------------------
|
||||
// Returns pointer to static media search buffer
|
||||
//--------------------------------------------------------------------------------------
|
||||
TCHAR* DXUTMediaSearchPath()
|
||||
{
|
||||
static TCHAR s_strMediaSearchPath[MAX_PATH] = {0};
|
||||
return s_strMediaSearchPath;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user