summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2022-01-05 19:10:40 -0800
committertheo3 <arisstephenson2@gmail.com>2022-01-05 19:10:40 -0800
commitc7ee010e47fca132fa829a6cbf53ec4193f38f0b (patch)
treee73b4d7be18313fb4be8476983cfbc4b824607a3 /src/main.c
parent13106a065c9313bb6d76233a6937a504bc1905d6 (diff)
document game.h
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main.c b/src/main.c
index ced56ca5..b1bb1c5a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -9,14 +9,6 @@
extern u32 gRand;
-extern void TitleTask(void);
-extern void FileSelectTask(void);
-extern void DemoTask(void);
-extern void GameTask(void);
-extern void GameOverTask(void);
-extern void StaffrollTask(void);
-extern void DebugTask(void);
-
static void InitOverlays(void);
static bool32 SoftResetKeysPressed(void);
static u32 CheckHeaderValid(void);