Files
tmc/include/gfx.h
T
2025-03-09 19:00:33 +00:00

9 lines
107 B
C

#ifndef GFX_H
#define GFX_H
#include "global.h"
extern const u8 gGlobalGfxAndPalettes[];
#endif //GFX_H