summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-04-27 12:39:26 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-04-27 12:39:26 -0400
commit523c53506da69eccebb95af1d1cb76803d0fb88f (patch)
treed28bb836f948ba97fbc618a5e7873d3c94be846c /include/global.h
parent9e4b16b614280e4092bb5e7a632d6a5cdff83110 (diff)
Port blit from Emerald
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h7
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