tried to reorder the program structure and build process
[NeonServV5.git] / src / bots.h
diff --git a/src/bots.h b/src/bots.h
new file mode 100644 (file)
index 0000000..a24b158
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef _bots_h
+#define _bots_h
+
+#include "main.h"
+
+void init_bots();
+void loop_bots();
+void free_bots();
+
+#endif
\ No newline at end of file