metaforce/Runtime/CRandom16.cpp

10 lines
159 B
C++

#include "CRandom16.hpp"
namespace pshag
{
CRandom16* CRandom16::g_randomNumber = nullptr;
CGlobalRandom* CGlobalRandom::g_currentGlobalRandom = nullptr;
}