mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-20 01:53:29 +00:00
13 lines
151 B
C++
13 lines
151 B
C++
#include "CRandom16.hpp"
|
|
|
|
namespace Retro
|
|
{
|
|
namespace Common
|
|
{
|
|
|
|
CRandom16* GLOBAL_RANDOM = nullptr;
|
|
CGlobalRandom* GLOBAL_RANDOM_TOKEN = nullptr;
|
|
|
|
}
|
|
}
|