mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 21:11:21 +00:00
10 lines
159 B
C++
10 lines
159 B
C++
#include "CRandom16.hpp"
|
|
|
|
namespace pshag
|
|
{
|
|
|
|
CRandom16* CRandom16::g_randomNumber = nullptr;
|
|
CGlobalRandom* CGlobalRandom::g_currentGlobalRandom = nullptr;
|
|
|
|
}
|