a24b158603090e5ee64491a291cc2a5d6926ebc9
[NeonServV5.git] / src / 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