summaryrefslogtreecommitdiff
path: root/src/disk_img.h
diff options
context:
space:
mode:
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