1 2 3 4 5 6 7 8
#ifndef GFX_H #define GFX_H #include "global.h" extern const u8 gGlobalGfxAndPalettes[]; #endif //GFX_H