summaryrefslogtreecommitdiff
path: root/src/high/extract_mmo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/high/extract_mmo.hpp')
-rw-r--r--src/high/extract_mmo.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/high/extract_mmo.hpp b/src/high/extract_mmo.hpp
index 0c18090..5fcd06f 100644
--- a/src/high/extract_mmo.hpp
+++ b/src/high/extract_mmo.hpp
@@ -23,10 +23,10 @@
namespace tmwa
{
-bool extract(XString str, GlobalReg *var);
-bool extract(XString str, Item *it);
-bool extract(XString str, MapName *m);
-bool extract(XString str, CharName *out);
+bool impl_extract(XString str, GlobalReg *var);
+bool impl_extract(XString str, Item *it);
+bool impl_extract(XString str, MapName *m);
+bool impl_extract(XString str, CharName *out);
-bool extract(XString str, NpcEvent *ev);
+bool impl_extract(XString str, NpcEvent *ev);
} // namespace tmwa