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