metaforce/Runtime/CRandom16.cpp

10 lines
130 B
C++

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