diff options
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. |