aboutsummaryrefslogtreecommitdiff
path: root/Source/System.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/System.h')
-rw-r--r--Source/System.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/Source/System.h b/Source/System.h
index 4bec203..b3d36de 100644
--- a/Source/System.h
+++ b/Source/System.h
@@ -6,9 +6,7 @@
* **************************************/
#include "Global_Inc.h"
-#include "Menu.h"
-#include "Gfx.h"
-#include "MemCard.h"
+#include "GameStructures.h"
/* **************************************
* Defines *
@@ -128,9 +126,13 @@ void SystemCyclicHandler(void);
void SystemClearBuffer(void);
-void SystemEnableVBlankInterrupt();
+void SystemEnableVBlankInterrupt(void);
-void SystemDisableVBlankInterrupt();
+void SystemDisableVBlankInterrupt(void);
+
+void SystemEnableRCnt2Interrupt(void);
+
+void SystemDisableRCnt2Interrupt(void);
void SystemReturnToLoader(void);