From 8bfe5dc896639328329197c32e2276309aa1b83d Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sat, 27 Nov 2010 04:20:32 +0100 Subject: Removed obsolete files. --- server/standard.h | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 server/standard.h (limited to 'server/standard.h') diff --git a/server/standard.h b/server/standard.h deleted file mode 100644 index 9ad73ec..0000000 --- a/server/standard.h +++ /dev/null @@ -1,36 +0,0 @@ -#ifndef STANDARD_H -#define STANDARD_H - -#include "gamevariant.h" -#include "wall.h" -#include "../common/set.h" - -namespace RuleSet { - class Standard : public GameVariant { - private: - //! The wall that belongs to this game - Wall wall; - - //! The current state of the game - State game_state; - - //! Current player, used when discarding etc - int current_player; - - //! Are we in draw or discard phase? - bool draw_phase; - - //! Number of players doing action - int num_player_actions; - - //! Highest value action done - Action most_value_action; - - public: - virtual void round_start(); - virtual State& round_update(); - virtual bool round_action(Action action); - }; -}; -#endif // STANDARD_H - -- cgit v1.2.3