changed Makefile; build all commands as an own file
[NeonServV5.git] / bots.h
1 #ifndef _bots_h
2 #define _bots_h
3
4 #include "main.h"
5
6 void init_bots();
7 void loop_bots();
8 void free_bots();
9
10 #endif