diff options
Diffstat (limited to 'src/map/skill.hpp')
-rw-r--r-- | src/map/skill.hpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/map/skill.hpp b/src/map/skill.hpp index 87cc576..3c162d5 100644 --- a/src/map/skill.hpp +++ b/src/map/skill.hpp @@ -28,7 +28,9 @@ # include "../strings/fwd.hpp" # include "../strings/rstring.hpp" -# include "../strings/astring.hpp" +# include "../strings/literal.hpp" + +# include "../generic/array.hpp" # include "map.hpp" @@ -76,9 +78,6 @@ extern struct skill_name_db skill_names[]; skill_name_db& skill_lookup_by_id(SkillID id); skill_name_db& skill_lookup_by_name(XString name); -struct block_list; -struct map_session_data; - bool skill_readdb(ZString filename); // スキルデータベースへのアクセサ |