aboutsummaryrefslogtreecommitdiff
path: root/src/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.c')
-rw-r--r--src/help.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/help.c b/src/help.c
new file mode 100644
index 0000000..d4ce8e4
--- /dev/null
+++ b/src/help.c
@@ -0,0 +1,6 @@
+#include "globals.h"
+
+void help_handler(struct player_t *player)
+{
+ printf("not implemented\n");
+}