aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2023-11-03 21:20:09 +0100
committerArisotura <thetotalworm@gmail.com>2023-11-03 21:20:09 +0100
commite4f4e94694f4e4aaac5b78704fee1c39f11dd034 (patch)
tree2b3e00077f4e0445a7e60fa1d6ef5fb3a7e33f30 /src/NDS.h
parent440b3566745bbf967210bd6c51e791e1df472ff2 (diff)
convert RTC to OOP
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 b0126ed..a3e74b6 100644
--- a/src/NDS.h
+++ b/src/NDS.h
@@ -31,6 +31,7 @@
//#define DEBUG_CHECK_DESYNC
class SPIHost;
+class RTC;
namespace NDS
{
@@ -249,6 +250,7 @@ extern u32 KeyInput;
extern u16 RCnt;
extern SPIHost* SPI;
+extern class RTC* RTC;
const u32 ARM7WRAMSize = 0x10000;
extern u8* ARM7WRAM;