wrp: game state changing
[physics.git] / src / GameStates / GameState.cpp
index 21f5677..cef5a1c 100644 (file)
@@ -28,3 +28,12 @@ GameState::~GameState()
 {
 
 }
+
+bool GameState::pushMe() const
+{
+    return false;
+}
+bool GameState::popMe() const
+{
+    return false;
+}