metaforce/Runtime/CRandom16.cpp

8 lines
128 B
C++
Raw Normal View History

2015-07-28 02:24:36 +00:00
#include "CRandom16.hpp"
2015-07-28 23:53:57 +00:00
namespace Retro
{
CRandom16* GLOBAL_RANDOM = nullptr;
CGlobalRandom* GLOBAL_RANDOM_TOKEN = nullptr;
}