changed Makefile; build all commands as an own file
[NeonServV5.git] / bots.c
diff --git a/bots.c b/bots.c
index a5c82bf99a5af4880725189ab4cd6053d2dda71c..b957a194c1261921feb7bae78af34358e1d8587f 100644 (file)
--- a/bots.c
+++ b/bots.c
@@ -7,6 +7,10 @@ void init_bots() {
     init_NeonServ();
 }
 
+void loop_bots() {
+    loop_NeonServ();
+}
+
 void free_bots() {
     free_NeonServ();
 }