2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-20 01:53:29 +00:00
metaforce/Runtime/Common/CRandom16.cpp

13 lines
151 B
C++

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