mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 08:31:21 +00:00
9 lines
92 B
C++
9 lines
92 B
C++
#include "CAudioSys.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
CAudioSys* CAudioSys::g_SharedSys = nullptr;
|
|
|
|
}
|