summaryrefslogtreecommitdiff
path: root/src/touchscreen.h
diff options
context:
space:
mode:
authoraliaspider2015-11-04 18:17:04 +0100
committeraliaspider2015-11-04 18:17:04 +0100
commitd2100979fd519b40c61dbdc6808120755513c88a (patch)
tree44df448bc43815273f6ceb8a8d33aab6291eb80f /src/touchscreen.h
parent0e70c7f861ed41b86be891882d08cd0fa0530d55 (diff)
downloadsnes9x2002-d2100979fd519b40c61dbdc6808120755513c88a.tar.gz
snes9x2002-d2100979fd519b40c61dbdc6808120755513c88a.tar.bz2
snes9x2002-d2100979fd519b40c61dbdc6808120755513c88a.zip
cleanups
Diffstat (limited to 'src/touchscreen.h')
-rw-r--r--src/touchscreen.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/touchscreen.h b/src/touchscreen.h
deleted file mode 100644
index c475521..0000000
--- a/src/touchscreen.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-int InitTouchScreen(void);
-int getTouchScreen(int *x, int *y);
-
-#ifdef __cplusplus
-}
-#endif