summaryrefslogtreecommitdiff
path: root/src/disk_img.h
diff options
context:
space:
mode:
authoraliaspider2015-11-05 12:03:59 +0100
committeraliaspider2015-11-05 12:03:59 +0100
commit8c7819e57646ad4fd44285b49e0eaa4c55b8e231 (patch)
treeec366ee0632bfdfa8221250f687742c847ad158e /src/disk_img.h
parent3984fdf2850cab7f4cb0244ce1b9f84901e78385 (diff)
downloadsnes9x2002-8c7819e57646ad4fd44285b49e0eaa4c55b8e231.tar.gz
snes9x2002-8c7819e57646ad4fd44285b49e0eaa4c55b8e231.tar.bz2
snes9x2002-8c7819e57646ad4fd44285b49e0eaa4c55b8e231.zip
cleanups
Diffstat (limited to 'src/disk_img.h')
-rw-r--r--src/disk_img.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/disk_img.h b/src/disk_img.h
deleted file mode 100644
index 3095af0..0000000
--- a/src/disk_img.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-extern unsigned short int disk_img[];
-void Draw16x16Image(unsigned short *Screen, int x, int y, unsigned short *Img);
-void Draw16x16Square(unsigned short *Screen, int x, int y, unsigned char r, unsigned char g, unsigned char b);
-
-
-#ifdef __cplusplus
-}
-#endif