aboutsummaryrefslogtreecommitdiff
path: root/src/NDSCart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/NDSCart.h')
-rw-r--r--src/NDSCart.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/NDSCart.h b/src/NDSCart.h
index 0345297..cb7f1e2 100644
--- a/src/NDSCart.h
+++ b/src/NDSCart.h
@@ -20,6 +20,7 @@
#define NDSCART_H
#include "types.h"
+#include "NDS_Header.h"
namespace NDSCart
{
@@ -191,6 +192,9 @@ extern u32 CartROMSize;
extern u32 CartID;
+extern NDSHeader Header;
+extern NDSBanner Banner;
+
bool Init();
void DeInit();
void Reset();