summaryrefslogtreecommitdiffstats
path: root/trunk/source/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/command.h')
-rw-r--r--trunk/source/command.h58
1 files changed, 58 insertions, 0 deletions
diff --git a/trunk/source/command.h b/trunk/source/command.h
new file mode 100644
index 0000000000..01fc719290
--- /dev/null
+++ b/trunk/source/command.h
@@ -0,0 +1,58 @@
+/*
+ * File: command.cc
+ * Summary: Misc commands.
+ * Written by: Linley Henzell
+ *
+ * Change History (most recent first):
+ *
+ * <1> -/--/-- LRH Created
+ */
+
+
+#ifndef COMMAND_H
+#define COMMAND_H
+
+
+// last updated 12may2000 {dlb}
+/* ***********************************************************************
+ * called from: acr
+ * *********************************************************************** */
+void quit_game(void);
+
+
+// last updated 12may2000 {dlb}
+/* ***********************************************************************
+ * called from: acr
+ * *********************************************************************** */
+void version(void);
+
+
+// last updated 12may2000 {dlb}
+/* ***********************************************************************
+ * called from: acr
+ * *********************************************************************** */
+void adjust(void);
+
+
+// last updated 12may2000 {dlb}
+/* ***********************************************************************
+ * called from: acr
+ * *********************************************************************** */
+void list_weapons(void);
+
+
+// last updated 12may2000 {dlb}
+/* ***********************************************************************
+ * called from: acr
+ * *********************************************************************** */
+void list_armour(void);
+
+
+// last updated 12may2000 {dlb}
+/* ***********************************************************************
+ * called from: acr
+ * *********************************************************************** */
+void list_jewellery(void);
+
+
+#endif