/* $Csoft: phare.h,v 1.7 2003/06/18 00:46:57 vedge Exp $ */ /* Public domain */ #include "begin_code.h" struct phare { struct object obj; int hp, maxhp; int mp, maxmp; }; __BEGIN_DECLS struct phare *phare_new(void *, const char *); void phare_init(void *, const char *); int phare_load(void *, struct netbuf *); int phare_save(void *, struct netbuf *); __END_DECLS #include "close_code.h"