mob.cpp #include cleanup

mob.h declarations
mob.h #include cleanup
This commit is contained in:
akkadius
2014-11-29 16:55:35 -06:00
parent 4a597a2b38
commit fde9517247
2 changed files with 17 additions and 10 deletions
+7 -7
View File
@@ -15,17 +15,17 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "../common/debug.h"
#include "masterentity.h"
#include "../common/spdat.h"
#include "string_ids.h"
#include "worldserver.h"
#include "quest_parser_collection.h"
#include "../common/string_util.h"
#include <sstream>
#include <math.h>
#include "quest_parser_collection.h"
#include "string_ids.h"
#include "worldserver.h"
#include <limits.h>
#include <math.h>
#include <sstream>
extern EntityList entity_list;