From b52127bcbf817ff8285b36d22198b275327e16bb Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sun, 16 Dec 2012 17:47:51 -0800 Subject: Cleanup headers and remove all uses of va_list except logging --- src/map/mob.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/map/mob.hpp') diff --git a/src/map/mob.hpp b/src/map/mob.hpp index 02197cf..e3bb0d6 100644 --- a/src/map/mob.hpp +++ b/src/map/mob.hpp @@ -1,9 +1,11 @@ -// $Id: mob.h,v 1.4 2004/09/25 05:32:18 MouseJstr Exp $ #ifndef MOB_HPP #define MOB_HPP #include "mob.t.hpp" + #include "../common/timer.hpp" + +#include "map.hpp" #include "skill.t.hpp" #define MAX_RANDOMMONSTER 3 @@ -111,4 +113,4 @@ int mob_summonslave(struct mob_data *md2, int *value, int amount, int flag); void mob_reload(void); -#endif +#endif // MOB_HPP -- cgit v1.2.3-70-g09d2