diff options
author | scnorton <scnorton@biociphers.org> | 2017-09-08 15:11:29 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-09-08 15:11:29 -0400 |
commit | db2b371e70a8cbf1134866906c7eccaae7f65203 (patch) | |
tree | 2035a76472119e9a3f072a8bf572a79e791c5934 /include | |
parent | d3edf5642ed0f76f678bb4c566a7c96eaf793fdd (diff) |
gpu_pal_allocator_reset__manage_upper_four
Diffstat (limited to 'include')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index 0c0f86470..c406c507f 100644 --- a/include/global.h +++ b/include/global.h @@ -730,4 +730,6 @@ struct Bitmap // TODO: Find a better spot for this u32 height:16; }; +extern u8 gReservedSpritePaletteCount; + #endif // GUARD_GLOBAL_H |