metaforce/Runtime/CRandom16.cpp

10 lines
199 B
C++
Raw Normal View History

2015-07-27 19:24:36 -07:00
#include "CRandom16.hpp"
2015-07-28 16:53:57 -07:00
2016-03-04 15:04:53 -08:00
namespace urde
2015-07-28 16:53:57 -07:00
{
CRandom16* CRandom16::g_randomNumber = nullptr;// &DefaultRandom;
CGlobalRandom* CGlobalRandom::g_currentGlobalRandom = nullptr;//&DefaultGlobalRandom;
}