mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 17:47:43 +00:00
Fixes and Swoosh factory
This commit is contained in:
@@ -12,6 +12,7 @@ class CRandom16
|
||||
u32 m_seed;
|
||||
static CRandom16* g_randomNumber;
|
||||
public:
|
||||
CRandom16() = default;
|
||||
CRandom16(u32 p) : m_seed(p) {}
|
||||
|
||||
inline u32 Next()
|
||||
|
||||
Reference in New Issue
Block a user