mirror of
https://github.com/zeldaret/tmc
synced 2026-05-23 15:01:55 -04:00
9 lines
108 B
C
9 lines
108 B
C
#ifndef GFX_H
|
|
#define GFX_H
|
|
|
|
#include "global.h"
|
|
|
|
extern const u8 gGlobalGfxAndPalettes[];
|
|
|
|
#endif // GFX_H
|