diff options
author | Cameron Hall <cameronghall@cox.net> | 2019-08-01 20:02:32 -0500 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2019-08-01 20:02:32 -0500 |
commit | 3878495887f2693c810228694b417f4e4d954476 (patch) | |
tree | 3520f05e949c598b7466c24c4e7b1339bef65120 /src/util.c | |
parent | c427a4af00fa46f33f7167977ea834218c37cfa8 (diff) |
move all externs to header files
Diffstat (limited to 'src/util.c')
-rwxr-xr-x | src/util.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,9 +1,6 @@ #include "global.h" #include "main.h" -extern const struct OamData gEmptyOamData[128]; -extern int sub_55A24(u8*); // Rumble Pak? - static u8 *sub_734(u32, u8*, u32); static int sub_780(int, int); |