2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 14:31:22 +00:00
metaforce/Runtime/CRandom16.cpp
2015-08-18 12:51:54 -10:00

10 lines
130 B
C++

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