2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-16 02:45:54 +00:00
metaforce/Runtime/CRandom16.cpp
2016-02-07 08:15:43 -08:00

10 lines
159 B
C++

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