From 86395f53634b3ef1ce76a7f1e5edfdb61f8ffd80 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 25 Oct 2014 15:24:26 -0700 Subject: Fix header ranking --- src/mmo/extract_enums.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/mmo/extract_enums.hpp') diff --git a/src/mmo/extract_enums.hpp b/src/mmo/extract_enums.hpp index 60ad493..96e5df7 100644 --- a/src/mmo/extract_enums.hpp +++ b/src/mmo/extract_enums.hpp @@ -22,7 +22,9 @@ #include -#include "extract.hpp" +#include "../io/extract.hpp" + +#include "clif.t.hpp" namespace tmwa @@ -66,4 +68,6 @@ inline bool extract(XString str, SkillID *iv) { return extract_as_int(str, iv); } inline bool extract(XString str, StatusChange *iv) { return extract_as_int(str, iv); } + +bool extract(XString, DIR *); } // namespace tmwa -- cgit v1.2.3-60-g2f50