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
@@ -27,6 +27,10 @@
#include <math.h>
#include <sstream>
#ifdef BOTS
#include "bot.h"
#endif
extern EntityList entity_list;
extern Zone* zone;