summaryrefslogtreecommitdiff
path: root/include/mbgl/platform/platform.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-12-17 14:59:05 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-12-17 14:59:05 +0100
commitb5e9998b15d8a51bdca9cdb2d0981f69629f532a (patch)
tree365a26903cd4df16fbcfe3d6f9553d1ce62b2c1a /include/mbgl/platform/platform.hpp
parent936e09651424f111ac2ac64e2e60e2d13b082ebf (diff)
downloadqtlocation-mapboxgl-b5e9998b15d8a51bdca9cdb2d0981f69629f532a.tar.gz
change file:// to asset:// to indicate that they aren't arbitrary files
refs #579
Diffstat (limited to 'include/mbgl/platform/platform.hpp')
-rw-r--r--include/mbgl/platform/platform.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbgl/platform/platform.hpp b/include/mbgl/platform/platform.hpp
index 9edcc23ccd..02c612c833 100644
--- a/include/mbgl/platform/platform.hpp
+++ b/include/mbgl/platform/platform.hpp
@@ -23,6 +23,8 @@ std::string defaultCacheDatabase();
// Returns the path to the default shader cache on this system.
std::string defaultShaderCache();
+std::string applicationRoot();
+
// Shows an alpha image with the specified dimensions in a named window.
void show_debug_image(std::string name, const char *data, size_t width, size_t height);