Shipwright/soh/include/gfx.h

10 lines
129 B
C
Raw Normal View History

#ifndef GFX_H
#define GFX_H
// Texture memory size, 4 KiB
#define TMEM_SIZE 0x1000
// Upstream TODO: Rest of this file
#endif