SPQR-Team-2019-REVAMPED/src/game.cpp

7 lines
100 B
C++
Raw Normal View History

2019-12-02 17:25:22 +01:00
#include "game.h"
Game::Game() {}
2019-12-02 17:25:22 +01:00
2019-12-11 16:29:18 +01:00
void Game::play(bool condition){
if(condition) realPlay();
}