Split lib_12dc0.c into rng.c and args.c

This commit is contained in:
Ryan Dwyer
2021-01-30 19:42:22 +10:00
parent f262c23324
commit 36f092e775
67 changed files with 156 additions and 134 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "types.h"
extern s32 g_StageNum;
extern u64 rand_seed;
extern u64 g_RngSeed;
extern struct chrdata *g_ChrSlots; // pointer to first element of chrs array
extern s32 g_NumChrSlots;