summaryrefslogtreecommitdiff
path: root/include/mbgl/platform
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-12-17 15:12:34 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-12-17 15:12:34 +0100
commita8dec01230a00f9e701fc6403110c4f5017ba905 (patch)
tree6014a6644a42251254591568a56be7f096189945 /include/mbgl/platform
parent02e43c6d30553a676b912abe1391b82219290333 (diff)
parentabcf978174437746c105cbd3e27c58ac55498cc8 (diff)
downloadqtlocation-mapboxgl-a8dec01230a00f9e701fc6403110c4f5017ba905.tar.gz
Merge pull request #723 from mapbox/overridable-file-request
Make FileRequest overridable by platform implementations
Diffstat (limited to 'include/mbgl/platform')
-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);