diff options
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 7 |
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 |