diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-06 12:55:10 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-06 12:55:10 +0200 |
commit | b649adda67ed52c2e3bdcd5aa2cb4b9b0954cf16 (patch) | |
tree | e8be67b24a30c4321c6bbf458cf0f128c207f187 /mwe/gameloop/include/timer.h | |
parent | 765550bce8a81c6f0c79c0083b14ef68e0c900b2 (diff) | |
parent | f8b2f9f3a2557313d37d53042dd36f0063f2ee61 (diff) |
merge master into loek/scripts
Diffstat (limited to 'mwe/gameloop/include/timer.h')
-rw-r--r-- | mwe/gameloop/include/timer.h | 2 |
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; |