mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-16 02:45:54 +00:00
10 lines
159 B
C++
10 lines
159 B
C++
#include "CRandom16.hpp"
|
|
|
|
namespace Retro
|
|
{
|
|
|
|
CRandom16* CRandom16::g_randomNumber = nullptr;
|
|
CGlobalRandom* CGlobalRandom::g_currentGlobalRandom = nullptr;
|
|
|
|
}
|