summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorCameron Hall <cameronghall@cox.net>2019-08-01 20:02:32 -0500
committerCameron Hall <cameronghall@cox.net>2019-08-01 20:02:32 -0500
commit3878495887f2693c810228694b417f4e4d954476 (patch)
tree3520f05e949c598b7466c24c4e7b1339bef65120 /src/util.c
parentc427a4af00fa46f33f7167977ea834218c37cfa8 (diff)
move all externs to header files
Diffstat (limited to 'src/util.c')
-rwxr-xr-xsrc/util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util.c b/src/util.c
index b1af27b..f0d0b05 100755
--- a/src/util.c
+++ b/src/util.c
@@ -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);