aboutsummaryrefslogtreecommitdiff
path: root/src/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/debug.c b/src/debug.c
new file mode 100644
index 0000000..fe0d7cb
--- /dev/null
+++ b/src/debug.c
@@ -0,0 +1,11 @@
+#include "globals.h"
+
+void debug_init(void)
+{
+
+}
+
+void debug_handler(struct player_t *player)
+{
+ printf("go away\n");
+}