aboutsummaryrefslogtreecommitdiff
path: root/mwe/gameloop/include/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'mwe/gameloop/include/timer.h')
-rw-r--r--mwe/gameloop/include/timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mwe/gameloop/include/timer.h b/mwe/gameloop/include/timer.h
index 22383b2..8273746 100644
--- a/mwe/gameloop/include/timer.h
+++ b/mwe/gameloop/include/timer.h
@@ -13,6 +13,8 @@ public:
double getFixedDeltaTime() const;
void setFPS(int FPS);
int getFPS() const;
+ double getGameScale();
+ void setGameScale(double);
void enforceFrameRate();
double getLag() const;