diff options
author | paul <nintendo6496@googlemail.com> | 2018-11-24 19:57:36 +0100 |
---|---|---|
committer | paul <nintendo6496@googlemail.com> | 2018-11-24 19:57:36 +0100 |
commit | 4744a7d96ec21fc9480165061990ba98a774a469 (patch) | |
tree | 0c24d7e392d5cc4302e6ed6381b2a2dc047a2b3a /include/graphics.h | |
parent | 284bbf91af43b0c9928865894cbc1d3001e57c16 (diff) | |
parent | fecda40501d39c633435fe2777ebc93d92233ca1 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index aad5c0190..9888d2f7c 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -5,6 +5,8 @@ #ifndef GUARD_GRAPHICS_H #define GUARD_GRAPHICS_H +#include "global.h" + extern const u8 gInterfaceGfx_PokeBall[]; extern const u8 gInterfacePal_PokeBall[]; extern const u8 gInterfaceGfx_GreatBall[]; |