summaryrefslogtreecommitdiff
path: root/platform/glfw/settings_json.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/glfw/settings_json.hpp')
-rw-r--r--platform/glfw/settings_json.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/glfw/settings_json.hpp b/platform/glfw/settings_json.hpp
index 49ea00e3e1..c89accb8af 100644
--- a/platform/glfw/settings_json.hpp
+++ b/platform/glfw/settings_json.hpp
@@ -17,6 +17,9 @@ public:
double zoom = 0;
double bearing = 0;
double pitch = 0;
+ bool axonometric = false;
+ double xSkew = 0.0;
+ double ySkew = 1.0;
EnumType debug = 0;
bool online = true;