This website requires JavaScript.
Explore
Help
Sign In
EmaMaker
/
SPQR-Team-2019-REVAMPED
Watch
1
Star
1
Fork
You've already forked SPQR-Team-2019-REVAMPED
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
4a1ba46f5b
SPQR-Team-2019-REVAMPED
/
src
/
game.cpp
7 lines
100 B
C++
Raw
Blame
History
#
include
"game.h"
Game
:
:
Game
(
)
{
}
void
Game
:
:
play
(
bool
condition
)
{
if
(
condition
)
realPlay
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink