added free functions to free everything (maybe a restart function later?)
[NeonServV5.git] / bots.c
diff --git a/bots.c b/bots.c
new file mode 100644 (file)
index 0000000..8a95cd3
--- /dev/null
+++ b/bots.c
@@ -0,0 +1,10 @@
+
+#include "bots.h"
+
+void init_bots() {
+
+}
+
+void free_bots() {
+
+}