aboutsummaryrefslogtreecommitdiff
path: root/NDSCart.h
diff options
context:
space:
mode:
Diffstat (limited to 'NDSCart.h')
-rw-r--r--NDSCart.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/NDSCart.h b/NDSCart.h
index 7170219..54ccfc6 100644
--- a/NDSCart.h
+++ b/NDSCart.h
@@ -33,6 +33,9 @@ extern u32 ROMDataOut;
extern u8 EncSeed0[5];
extern u8 EncSeed1[5];
+extern u8* CartROM;
+extern u32 CartROMSize;
+
void Init();
void Reset();