metaforce/Runtime/CRandom16.cpp

8 lines
128 B
C++
Raw Normal View History

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