aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/NDS.h')
-rw-r--r--src/NDS.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/NDS.h b/src/NDS.h
index cffcd5d..4b556c6 100644
--- a/src/NDS.h
+++ b/src/NDS.h
@@ -33,6 +33,7 @@
class SPU;
class SPIHost;
class RTC;
+class Wifi;
namespace NDS
{
@@ -253,6 +254,7 @@ extern u16 RCnt;
extern class SPU* SPU;
extern class SPIHost* SPI;
extern class RTC* RTC;
+extern class Wifi* Wifi;
const u32 ARM7WRAMSize = 0x10000;
extern u8* ARM7WRAM;