metaforce/Runtime/CRandom16.cpp

9 lines
242 B
C++
Raw Normal View History

#include "Runtime/CRandom16.hpp"
2015-07-28 23:53:57 +00:00
2018-12-08 05:30:43 +00:00
namespace urde {
2018-12-08 05:30:43 +00:00
CRandom16* CRandom16::g_randomNumber = nullptr; // &DefaultRandom;
CGlobalRandom* CGlobalRandom::g_currentGlobalRandom = nullptr; //&DefaultGlobalRandom;
2018-12-08 05:30:43 +00:00
} // namespace urde