aboutsummaryrefslogtreecommitdiff
path: root/mwe/gameloop/include/timer.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-03 08:18:07 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-03 08:18:07 +0200
commitda80fd4f163ad403da122fc950847c85c3236a32 (patch)
tree2d3bd8f08fb44d6de294f0a9c90d5ca11d3ec188 /mwe/gameloop/include/timer.h
parent90174919ba8c019d4b88915557be0adc3769b3e6 (diff)
parentf8b2f9f3a2557313d37d53042dd36f0063f2ee61 (diff)
Merge branch 'master' of pipeframe.xyz:school/project-spc
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;