metaforce/Runtime/CRandom16.cpp

9 lines
242 B
C++
Raw Normal View History

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