Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/util/path.h')
-rw-r--r--intern/cycles/util/path.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/cycles/util/path.h b/intern/cycles/util/path.h
index a1394555302..7ec5ed60d7f 100644
--- a/intern/cycles/util/path.h
+++ b/intern/cycles/util/path.h
@@ -66,6 +66,9 @@ bool path_read_text(const string &path, string &text);
/* File manipulation. */
bool path_remove(const string &path);
+/* source code utility */
+string path_source_replace_includes(const string &source, const string &path);
+
/* cache utility */
void path_cache_clear_except(const string &name, const set<string> &except);