aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/NDS.h')
-rw-r--r--src/NDS.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/NDS.h b/src/NDS.h
index b5d7227..cffcd5d 100644
--- a/src/NDS.h
+++ b/src/NDS.h
@@ -30,6 +30,7 @@
// with this enabled, to make sure it doesn't desync
//#define DEBUG_CHECK_DESYNC
+class SPU;
class SPIHost;
class RTC;
@@ -249,7 +250,8 @@ extern MemRegion SWRAM_ARM7;
extern u32 KeyInput;
extern u16 RCnt;
-extern SPIHost* SPI;
+extern class SPU* SPU;
+extern class SPIHost* SPI;
extern class RTC* RTC;
const u32 ARM7WRAMSize = 0x10000;