summaryrefslogtreecommitdiff
path: root/src/tool/moneycount/athena_text.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool/moneycount/athena_text.hpp')
-rw-r--r--src/tool/moneycount/athena_text.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tool/moneycount/athena_text.hpp b/src/tool/moneycount/athena_text.hpp
new file mode 100644
index 0000000..e4b7025
--- /dev/null
+++ b/src/tool/moneycount/athena_text.hpp
@@ -0,0 +1,9 @@
+#ifndef ATHENA_TEXT_HPP
+#define ATHENA_TEXT_HPP
+#include "mmo.hpp"
+
+int mmo_char_fromstr (char *str, struct mmo_charstatus *p);
+
+int accreg_fromstr (char *str, struct accreg *reg);
+
+#endif