diff options
author | Max <mparisi@stevens.edu> | 2020-10-17 18:03:00 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-17 18:03:00 -0400 |
commit | c048ec3ee3964faf96da46e62a6d24936b19916e (patch) | |
tree | 75ffe86fddd216972e080da1da844890cb44915b /include/types.h | |
parent | d828060c725b95997bebbcd89ba1d95db590b0b1 (diff) |
rename code_801DAA30's static initializer in ctors.s, and match code_801DAA30.cpp. Does not link because the __sinit_ function is not global
Diffstat (limited to 'include/types.h')
-rw-r--r-- | include/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h index 01c7fbf..7df137c 100644 --- a/include/types.h +++ b/include/types.h @@ -25,6 +25,8 @@ typedef volatile s64 vs64; typedef float f32; typedef volatile f32 vf32; +typedef unsigned long size_t; + typedef int BOOL; #define TRUE 1 #define FALSE 0 |