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