X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FGameStates%2FGameState.cpp;h=cef5a1c8ac72c2f81c5a69e1a73205383635a4e0;hb=e268f6ef72bca3f090ad46451fbe66ee5b31c066;hp=21f56772b8b204dc8099a4afbd6c3d147792145d;hpb=e68f847b245153427266841ae724d602ca434c29;p=physics.git diff --git a/src/GameStates/GameState.cpp b/src/GameStates/GameState.cpp index 21f5677..cef5a1c 100644 --- a/src/GameStates/GameState.cpp +++ b/src/GameStates/GameState.cpp @@ -28,3 +28,12 @@ GameState::~GameState() { } + +bool GameState::pushMe() const +{ + return false; +} +bool GameState::popMe() const +{ + return false; +}