diff options
Diffstat (limited to 'include/gfx.h')
| -rw-r--r-- | include/gfx.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/gfx.h b/include/gfx.h new file mode 100644 index 00000000..2620debc --- /dev/null +++ b/include/gfx.h @@ -0,0 +1,8 @@ +#ifndef GFX_H +#define GFX_H + +#include "global.h" + +extern const u8 gGlobalGfxAndPalettes[]; + +#endif // GFX_H |
