diff options
author | Arisotura <thetotalworm@gmail.com> | 2023-11-04 17:00:12 +0100 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2023-11-04 17:00:12 +0100 |
commit | 2bd09eafebbc98e2e2b9fbb023b31551ccd8cf12 (patch) | |
tree | 3b35fb2c0ab0cbc4757eb24d0c3966a3e784dcbb /src/NDS.h | |
parent | 76976fef3038918ad01a9dbda4c0e5d9bebef9af (diff) |
convert Wifi and WifiAP
Diffstat (limited to 'src/NDS.h')
-rw-r--r-- | src/NDS.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |