diff options
author | Arisotura <thetotalworm@gmail.com> | 2023-11-04 17:28:16 +0100 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2023-11-04 17:28:16 +0100 |
commit | 8f1b0d4a052db068a029cd5784e52da7ecc9813e (patch) | |
tree | a979e06487722e247403a2cf2e19f46c7adc2c0c /src/NDS.h | |
parent | 2bd09eafebbc98e2e2b9fbb023b31551ccd8cf12 (diff) |
convert AREngine
Diffstat (limited to 'src/NDS.h')
-rw-r--r-- | src/NDS.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,6 +35,8 @@ class SPIHost; class RTC; class Wifi; +class AREngine; + namespace NDS { @@ -256,6 +258,8 @@ extern class SPIHost* SPI; extern class RTC* RTC; extern class Wifi* Wifi; +extern class AREngine* AREngine; + const u32 ARM7WRAMSize = 0x10000; extern u8* ARM7WRAM; |