mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-23 09:52:20 -05:00
10 lines
129 B
C
10 lines
129 B
C
|
#ifndef GFX_H
|
||
|
#define GFX_H
|
||
|
|
||
|
// Texture memory size, 4 KiB
|
||
|
#define TMEM_SIZE 0x1000
|
||
|
|
||
|
// Upstream TODO: Rest of this file
|
||
|
|
||
|
#endif
|