summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-03-29 19:02:15 -0500
committerDiegoisawesome <diego@domoreaweso.me>2017-03-29 19:02:15 -0500
commitb95747dc69a1a52a37b2002e12c12c9a57e72962 (patch)
treea63b85d17d45b33918e1a7ce8551fc27377bfb8d /include/global.h
parent0931f65fa264ac6e1ec02ced224ea7f0e5f3863b (diff)
Begin disassembling window.s
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index b7038025b..08ccc670b 100644
--- a/include/global.h
+++ b/include/global.h
@@ -96,4 +96,11 @@ struct SaveBlock2
extern struct SaveBlock2 *gSaveBlock2Ptr;
+struct Bitmap // TODO: Find a better spot for this
+{
+ u8* pixels;
+ u32 width:16;
+ u32 height:16;
+};
+
#endif // GUARD_GLOBAL_H