home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Rollenspiele / SwordOfFargoal / fargoal20030731b.exe / fargoal / src / player.h < prev    next >
Text File  |  2003-07-31  |  314b  |  10 lines

  1. void player_process (int id);
  2. void player_change_position (int id);
  3. void player_leave (int id);
  4. int player_create (int x, int y, int health, int skill);
  5. void player_roll (int *health, int *skill);
  6. void player_try_levelup (int id);
  7. void player_won (int id);
  8. void cancel_fighting (int id);
  9. void player_die (int id);
  10.