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