metaforce/Runtime/CRandom16.cpp

10 lines
159 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
2016-02-13 09:02:47 +00:00
namespace pshag
2015-07-28 23:53:57 +00:00
{
2016-02-07 16:15:43 +00:00
CRandom16* CRandom16::g_randomNumber = nullptr;
CGlobalRandom* CGlobalRandom::g_currentGlobalRandom = nullptr;
}