summaryrefslogtreecommitdiff
path: root/src/tool/moneycount/athena_text.hpp
blob: e4b702562feaa7d2fa30f01ae7ca2d098055755a (plain) (blame)
1
2
3
4
5
6
7
8
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