aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan2/debug.h')
-rw-r--r--engines/glk/alan2/debug.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/engines/glk/alan2/debug.h b/engines/glk/alan2/debug.h
index aac870ec42..6f020f9fc3 100644
--- a/engines/glk/alan2/debug.h
+++ b/engines/glk/alan2/debug.h
@@ -28,18 +28,10 @@
namespace Glk {
namespace Alan2 {
-#ifdef _PROTOTYPES_
-
-extern void saveInfo(void);
-extern void restoreInfo(void);
-extern void debug(void);
-extern void debugsay(int item);
-#else
extern void saveInfo();
extern void restoreInfo();
extern void debug();
-extern void debugsay();
-#endif
+extern void debugsay(int item);
} // End of namespace Alan2
} // End of namespace Glk