changed Makefile; build all commands as an own file
[NeonServV5.git] / bots.c
diff --git a/bots.c b/bots.c
index 8a95cd35e448992170400de0ec04d0e99712e4d9..b957a194c1261921feb7bae78af34358e1d8587f 100644 (file)
--- a/bots.c
+++ b/bots.c
@@ -1,10 +1,16 @@
 
 #include "bots.h"
 
+#include "bot_NeonServ.h"
+
 void init_bots() {
+    init_NeonServ();
+}
 
+void loop_bots() {
+    loop_NeonServ();
 }
 
 void free_bots() {
-
+    free_NeonServ();
 }