Bot compile fix

This commit is contained in:
Michael Cook (mackal)
2014-12-15 20:08:46 -05:00
parent c25e17f3bc
commit b5c60d8123
7 changed files with 28 additions and 0 deletions
+4
View File
@@ -46,6 +46,10 @@
#define strcasecmp _stricmp
#endif
#ifdef BOTS
#include "bot.h"
#endif
extern Zone *zone;
extern volatile bool ZoneLoaded;
extern WorldServer worldserver;