summaryrefslogtreecommitdiff
path: root/Source/Gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Gfx.h')
-rw-r--r--Source/Gfx.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/Source/Gfx.h b/Source/Gfx.h
index 76eaff2..b2b8295 100644
--- a/Source/Gfx.h
+++ b/Source/Gfx.h
@@ -8,7 +8,7 @@
#include "Global_Inc.h"
#include "System.h"
-#include "Pad.h"
+
/* *************************************
* Defines
@@ -96,12 +96,6 @@ void GfxSetSplitScreen(uint8_t playerIndex);
void GfxDisableSplitScreen(void);
-// Switches between true and false every 1 exact second (used for flashing effects)
-bool Gfx1HzFlash(void);
-
-// Switches between true and false every 500 milliseconds (used for flashing effects)
-bool Gfx2HzFlash(void);
-
void GfxDrawScene_NoSwap(void);
void GfxDevMenuEnable(void);