mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 07:11:20 +00:00
10 lines
199 B
C++
10 lines
199 B
C++
#include "CRandom16.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
CRandom16* CRandom16::g_randomNumber = nullptr;// &DefaultRandom;
|
|
CGlobalRandom* CGlobalRandom::g_currentGlobalRandom = nullptr;//&DefaultGlobalRandom;
|
|
|
|
}
|