metaforce/Runtime/CRandom16.cpp

9 lines
234 B
C++
Raw Normal View History

2015-07-28 02:24:36 +00:00
#include "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