Skip to content

Commit

Permalink
Program compiles with stubbed functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Baxter committed May 21, 2018
1 parent b625d44 commit ccf99f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GameWorld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ void GameWorld::draw() {
void GameWorld::resize() {
//TODO
}
void GameWorld::loseLife() {
//TODO
}
enum Game_State GameWorld::getState() {
//TODO
return PLAY;
Expand Down

0 comments on commit ccf99f9

Please sign in to comment.