aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-05-06 22:10:34 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-05-06 22:10:34 -0400
commit70eced563f3ba4d98ed0a7952a81b69903ed1803 (patch)
tree66612356aeb22a4c2074cb19b30135db5cdd8722 /include/config.hpp
parentd6dac7e8336b435c2f335aa824df0aedd63074c6 (diff)
rendering improvements
Diffstat (limited to 'include/config.hpp')
-rw-r--r--include/config.hpp5
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.