summaryrefslogtreecommitdiff
path: root/soh/include/gfx.h
blob: d8aa9945ff99400c371a3f8f1824c3a05fb38a02 (plain)
1
2
3
4
5
6
7
8
9
#ifndef GFX_H
#define GFX_H

// Texture memory size, 4 KiB
#define TMEM_SIZE 0x1000

// Upstream TODO: Rest of this file

#endif