added .gitignore
[NeonServV5.git] / bots.c
1
2 #include "bots.h"
3
4 #include "bot_NeonServ.h"
5
6 void init_bots() {
7     init_NeonServ();
8 }
9
10 void free_bots() {
11     free_NeonServ();
12 }