convert AREngine

This commit is contained in:
Arisotura
2023-11-04 17:28:16 +01:00
parent 2bd09eafeb
commit 8f1b0d4a05
6 changed files with 38 additions and 47 deletions

View File

@ -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;