summaryrefslogtreecommitdiff
path: root/ai.h
diff options
context:
space:
mode:
Diffstat (limited to 'ai.h')
-rw-r--r--ai.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ai.h b/ai.h
new file mode 100644
index 0000000..070527d
--- /dev/null
+++ b/ai.h
@@ -0,0 +1,8 @@
+#ifndef AI_H
+#define AI_H
+
+#include "entry.h"
+
+void ai_play_turn(struct action_params_t *);
+
+#endif /* AI_H */