summaryrefslogtreecommitdiff
path: root/src/gfx.c
diff options
context:
space:
mode:
authoraliaspider2015-11-13 01:33:45 +0100
committeraliaspider2015-11-13 01:33:45 +0100
commitbd755bbb50df5a8aacc70b1d4552ce03bbf37a54 (patch)
treeb0938e88f31227da95624d44db529dae1a594b32 /src/gfx.c
parent3ee8270a6cf4f6291ceb85e001e1dd147e4d53da (diff)
downloadsnes9x2002-bd755bbb50df5a8aacc70b1d4552ce03bbf37a54.tar.gz
snes9x2002-bd755bbb50df5a8aacc70b1d4552ce03bbf37a54.tar.bz2
snes9x2002-bd755bbb50df5a8aacc70b1d4552ce03bbf37a54.zip
add missing include.
Diffstat (limited to 'src/gfx.c')
-rw-r--r--src/gfx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gfx.c b/src/gfx.c
index 3c66c76..92285d0 100644
--- a/src/gfx.c
+++ b/src/gfx.c
@@ -49,6 +49,8 @@
#include "cheats.h"
#include <stdint.h>
#include "asmmemfuncs.h"
+#include "tile.h"
+
uint32 TileBlank;
const int tx_table[16] =