mirror of
https://github.com/zeldaret/tmc
synced 2026-06-16 14:50:22 -04:00
9 lines
107 B
C
9 lines
107 B
C
#ifndef GFX_H
|
|
#define GFX_H
|
|
|
|
#include "global.h"
|
|
|
|
extern const u8 gGlobalGfxAndPalettes[];
|
|
|
|
#endif //GFX_H
|