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.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/glfw/settings_json.hpp b/platform/glfw/settings_json.hpp
index eb23b28bc8..c89accb8af 100644
--- a/platform/glfw/settings_json.hpp
+++ b/platform/glfw/settings_json.hpp
@@ -17,8 +17,12 @@ 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;
};
} // namespace mbgl