game.h 238 B

123456789101112
  1. #/* $Id: game.h,v 1.2 2001/05/02 11:32:08 glop Exp $ */
  2. #ifndef __PROLO_GAME_H__
  3. #define __PROLO_GAME_H__
  4. #include "conf.h"
  5. #include "player.h"
  6. void game_launch(conf_t *conf);
  7. void start_client(player_t *player, int turn_num);
  8. #endif