summaryrefslogtreecommitdiff
path: root/include/contest_ai.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-08-25 20:02:09 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-08-25 20:02:09 +0200
commit447e65860ce1235272004fe4714bd4fb1b4ca676 (patch)
tree68df75610e029d135bd4b7415cd616910ec31604 /include/contest_ai.h
parentedcf04b665a9fa13d086dd486c4fe7b1649a7bbf (diff)
parent60dff848aace7226f903eb6759273c4b52ea1813 (diff)
Merge branch 'master' into decompile_battle_frontier_1
Diffstat (limited to 'include/contest_ai.h')
-rw-r--r--include/contest_ai.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/contest_ai.h b/include/contest_ai.h
new file mode 100644
index 000000000..20b9eec10
--- /dev/null
+++ b/include/contest_ai.h
@@ -0,0 +1,16 @@
+#ifndef GUARD_CONTESTAI_H
+#define GUARD_CONTESTAI_H
+
+// AI states
+enum
+{
+ CONTESTAI_SETTING_UP,
+ CONTESTAI_PROCESSING,
+ CONTESTAI_FINISHED,
+ CONTESTAI_DO_NOT_PROCESS
+};
+
+void ContestAI_ResetAI(u8);
+u8 ContestAI_GetActionToUse(void);
+
+#endif // GUARD_CONTESTAI_H