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/skill.t.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/skill.t.hpp') diff --git a/src/map/skill.t.hpp b/src/map/skill.t.hpp index 0175985..fe10699 100644 --- a/src/map/skill.t.hpp +++ b/src/map/skill.t.hpp @@ -1,6 +1,8 @@ #ifndef SKILL_T_HPP #define SKILL_T_HPP +#include + // only ST_NONE is actually used - TODO remove enum class SkillState { @@ -1410,6 +1412,7 @@ enum class SkillID : uint16_t SL_SKA = 473, #define SL_SKA SkillID::SL_SKA + // Note: this value is also hard-coded in common/mmo.hpp MAX_SKILL_DB = 474, // not 450 #define MAX_SKILL_DB SkillID::MAX_SKILL_DB }; -- cgit v1.2.3-60-g2f50