Add missing imports and mark uninitialized variables
This commit is contained in:
parent
75d49a9e05
commit
58e0a85761
22 changed files with 701 additions and 658 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue