aboutsummaryrefslogtreecommitdiff
path: root/source/ppu.h
diff options
context:
space:
mode:
authortwinaphex2017-12-25 06:42:01 +0100
committertwinaphex2017-12-25 06:42:01 +0100
commite3dbf33f0a4c7e4256772b7c5da7e909e5424819 (patch)
tree1db4b6766fa33065ea5308b789a5893583e8e0ac /source/ppu.h
parente6cb60ee424a8efb237150f937b026eaffb3c2eb (diff)
downloadsnes9x2005-e3dbf33f0a4c7e4256772b7c5da7e909e5424819.tar.gz
snes9x2005-e3dbf33f0a4c7e4256772b7c5da7e909e5424819.tar.bz2
snes9x2005-e3dbf33f0a4c7e4256772b7c5da7e909e5424819.zip
Turn getset into C file
Diffstat (limited to 'source/ppu.h')
-rw-r--r--source/ppu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/ppu.h b/source/ppu.h
index e04c4ad..447f7f1 100644
--- a/source/ppu.h
+++ b/source/ppu.h
@@ -2,6 +2,8 @@
#define _PPU_H_
#include "../copyright"
+#include <stdint.h>
+#include <boolean.h>
#include <retro_inline.h>
#define FIRST_VISIBLE_LINE 1