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;
}
}