/* * Copyright (C) 2002-2007 The Warp Rogue Team * Part of the Warp Rogue Project * * This software is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License. * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY. * * See the license.txt file for more details. */ /* * Module Name: Round * Description: - */ typedef int N_ACTIONS; void set_phase(PHASE); PHASE get_phase(void); void game_round(void); CHARACTER * active_character(void); bool character_can_act(const CHARACTER *); PHASE_TIME actions_to_time(const CHARACTER *, N_ACTIONS);