2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-17 15:11:22 +00:00
metaforce/Runtime/Core/CRandom16.cpp
2015-07-28 13:53:57 -10:00

8 lines
128 B
C++

#include "CRandom16.hpp"
namespace Retro
{
CRandom16* GLOBAL_RANDOM = nullptr;
CGlobalRandom* GLOBAL_RANDOM_TOKEN = nullptr;
}