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/main.c | |
parent | c427a4af00fa46f33f7167977ea834218c37cfa8 (diff) |
move all externs to header files
Diffstat (limited to 'src/main.c')
-rwxr-xr-x | src/main.c | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -3,23 +3,11 @@ #include "gbplayer.h" #include "m4a.h" -extern void sub_438(void); -extern void sub_8BC(void); -extern void sub_8FC(void); -extern void sub_940(void); -extern void sub_1F4C(void); -extern void sub_1F5C(void); -extern void sub_1090C(void); -extern void sub_52A18(void); - static void sub_B54(void); static void sub_B8C(void); static void InitIntrHandlers(void); static void ReadKeys(void); -extern const IntrFunc gIntrTableTemplate[14]; -extern const s16 gUnknown_08055C44[]; - void AgbMain(void) { RegisterRamReset(0xFF); |