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.t.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/map/mob.t.hpp') diff --git a/src/map/mob.t.hpp b/src/map/mob.t.hpp index edbbf40..3c20e07 100644 --- a/src/map/mob.t.hpp +++ b/src/map/mob.t.hpp @@ -1,6 +1,8 @@ #ifndef MOB_T_HPP #define MOB_T_HPP +#include + enum class MST { MST_TARGET = 0, @@ -90,4 +92,4 @@ enum class MSS : uint8_t #define MSS_CHASE MSS::MSS_CHASE }; -#endif +#endif // MOB_T_HPP -- cgit v1.2.3-70-g09d2