added .gitignore
[NeonServV5.git] / bots.h
1 #ifndef _bots_h
2 #define _bots_h
3
4 #include "main.h"
5
6 void init_bots();
7 void free_bots();
8
9 #endif