summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-10-18 21:24:37 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-10-18 21:24:37 +0200
commitdfee5deca8e5c6f5b35b75d56e215638b66320b0 (patch)
tree9e908648f10c5b3891949815d94508d0b14dfade /include/global.h
parentb23dc9a12303e979b7612c703f706cbe2b091c96 (diff)
Move Bitmap struct and clear sprite/text files
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/global.h b/include/global.h
index 027065481..b92f1097f 100644
--- a/include/global.h
+++ b/include/global.h
@@ -976,13 +976,4 @@ struct UnkStruct_8054FF8
u16 field_C;
};
-struct Bitmap // TODO: Find a better spot for this
-{
- u8* pixels;
- u32 width:16;
- u32 height:16;
-};
-
-extern u8 gReservedSpritePaletteCount;
-
#endif // GUARD_GLOBAL_H