diff options
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/global.h b/include/global.h index 8e85b3123..de2221f8c 100644 --- a/include/global.h +++ b/include/global.h @@ -760,13 +760,6 @@ struct SaveBlock1 extern struct SaveBlock1* gSaveBlock1Ptr; -struct Bitmap // TODO: Find a better spot for this -{ - u8* pixels; - u32 width:16; - u32 height:16; -}; - extern u8 gReservedSpritePaletteCount; #endif // GUARD_GLOBAL_H |