diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-05-06 22:10:34 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-05-06 22:10:34 -0400 |
commit | 70eced563f3ba4d98ed0a7952a81b69903ed1803 (patch) | |
tree | 66612356aeb22a4c2074cb19b30135db5cdd8722 /include/config.hpp | |
parent | d6dac7e8336b435c2f335aa824df0aedd63074c6 (diff) |
rendering improvements
Diffstat (limited to 'include/config.hpp')
-rw-r--r-- | include/config.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/config.hpp b/include/config.hpp index 305f61e..e825299 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -31,6 +31,11 @@ namespace game { */ extern bool FULLSCREEN; + /** + * V-Sync is enabled if this is true. Only checked at program start. + */ + extern bool vsync; + namespace config { /** * The current volume level of the master channel. |