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, 0 insertions, 9 deletions
diff --git a/src/tool/moneycount/athena_text.hpp b/src/tool/moneycount/athena_text.hpp
deleted file mode 100644
index e4b7025..0000000
--- a/src/tool/moneycount/athena_text.hpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#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