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