Add missing imports and mark uninitialized variables

This commit is contained in:
dbalatoni13 2025-03-03 23:26:43 +01:00
parent 75d49a9e05
commit 58e0a85761
22 changed files with 701 additions and 658 deletions

View file

@ -14,6 +14,13 @@
#include "ext_math.h"
#ifndef __MWERKS__
#include "string.h"
#include "game/hsfex.h"
#endif
s32 rand8(void);
typedef struct struct_bss_2A6C StructBss2A6C;
typedef struct struct_sp_14C8 StructSp14C8;