added .gitignore
[NeonServV5.git] / bot_NeonServ.h
1 #ifndef _bot_NeonServ_h
2 #define _bot_NeonServ_h
3
4 #include "main.h"
5
6 void init_NeonServ();
7 void free_NeonServ();
8
9 #endif