Added surrendering.

Fixed an issue concerning the box of the UpgradeBox.
This commit is contained in:
Tim Schubert 2016-01-30 03:58:53 +01:00
parent 63d4e42b80
commit 230408e2fc
6 changed files with 129 additions and 42 deletions

View file

@ -94,6 +94,8 @@ public:
int game_loop();
void next_turn();
private:
bool started;
Player *adding;