summaryrefslogtreecommitdiff
path: root/src/mmo/extract_enums.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mmo/extract_enums.hpp')
-rw-r--r--src/mmo/extract_enums.hpp6
1 files changed, 5 insertions, 1 deletions
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 <cstdint>
-#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