Example #1
0
int main(int argc, char* argv[]) {
    TestGame game;
    game.startGame();
    return 0;
}