aboutsummaryrefslogtreecommitdiff
path: root/dc/dc.h
diff options
context:
space:
mode:
Diffstat (limited to 'dc/dc.h')
-rw-r--r--dc/dc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/dc/dc.h b/dc/dc.h
new file mode 100644
index 0000000000..814d8cfe88
--- /dev/null
+++ b/dc/dc.h
@@ -0,0 +1,7 @@
+
+extern void checkSound(Scumm *s);
+extern void handleInput(struct mapledev *pad, int16 &mouse_x, int16 &mouse_y,
+ byte &leftBtnPressed, byte &rightBtnPressed,
+ int &keyPressed);
+extern bool selectGame(Scumm *s, char *&);
+