diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-12-23 00:27:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-12-23 00:27:06 +0300 |
commit | a901facc32f489dbce6f9193f618d9d46a91f32c (patch) | |
tree | fcdb928294e8839eae1172873f63c3c0493fb968 /src/client.h | |
parent | 2ad5d25e30d7247d67a4784a6cb9e96245643960 (diff) | |
download | plus-a901facc32f489dbce6f9193f618d9d46a91f32c.tar.gz plus-a901facc32f489dbce6f9193f618d9d46a91f32c.tar.bz2 plus-a901facc32f489dbce6f9193f618d9d46a91f32c.tar.xz plus-a901facc32f489dbce6f9193f618d9d46a91f32c.zip |
Probably fix auto adjusting perfomance after going from sleep mode.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 3bcc5f597..fcb14a660 100644 --- a/src/client.h +++ b/src/client.h @@ -256,6 +256,8 @@ public: static void setFramerate(int fpsLimit); + static int getFramerate(); + static bool isTmw(); void optionChanged(const std::string &name); |