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/gamevariant.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 server/gamevariant.h (limited to 'server/gamevariant.h') diff --git a/server/gamevariant.h b/server/gamevariant.h deleted file mode 100644 index 6fb2c56..0000000 --- a/server/gamevariant.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef GAMEVARIANT_H -#define GAMEVARIANT_H - -#include "../common/state.h" -#include "../common/action.h" - -class GameVariant { - private: - State game_state; - - public: - virtual ~GameVariant(){}; - - virtual void round_start() = 0; - virtual State& round_update() = 0; - virtual bool round_action(Action action) = 0; -}; - -#endif // GAMEVARIANT_H - -- cgit v1.2.3