metaforce/Runtime/CRandom16.cpp

10 lines
130 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
{
2015-07-28 23:53:57 +00:00
CRandom16* GLOBAL_RANDOM = nullptr;
CGlobalRandom* GLOBAL_RANDOM_TOKEN = nullptr;
}