From b5e9998b15d8a51bdca9cdb2d0981f69629f532a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Wed, 17 Dec 2014 14:59:05 +0100 Subject: change file:// to asset:// to indicate that they aren't arbitrary files refs #579 --- include/mbgl/platform/platform.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mbgl/platform') 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); -- cgit v1.2.1