client.h 263 B

123456789101112
  1. /* $Id: client.h,v 1.4 2001/04/06 17:15:50 glop Exp $ */
  2. #ifndef __PROLO_CLIENT_H__
  3. #define __PROLO_CLIENT_H__
  4. void set_default_action_r4d2(int r4d2_id);
  5. void set_default_action_akx(int akx_id);
  6. int count_akx(int team_id);
  7. int count_r4d2(int team_id);
  8. #endif