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:
authorJean-Luc Peurière <jlp@nerim.net>2007-07-19 01:16:07 +0400
committerJean-Luc Peurière <jlp@nerim.net>2007-07-19 01:16:07 +0400
commit256de79f51889067626514d974423a07a50dfdf3 (patch)
tree6e32b859ad9fa08c82a5402ba3e757a89f6bb191 /source/blender/blenlib/BLI_blenlib.h
parent603da178b9242522e271c0f44bc8c00958b6e05b (diff)
commiting ettore fourth patch (plugin path)
Diffstat (limited to 'source/blender/blenlib/BLI_blenlib.h')
-rw-r--r--source/blender/blenlib/BLI_blenlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_blenlib.h b/source/blender/blenlib/BLI_blenlib.h
index 6e51d171461..75a0e7b49a1 100644
--- a/source/blender/blenlib/BLI_blenlib.h
+++ b/source/blender/blenlib/BLI_blenlib.h
@@ -247,6 +247,7 @@ void BLI_free_file_lines(struct LinkNode *lines);
*/
void BLI_where_am_i(char *fullname, char *name);
+char *get_install_dir(void);
/**
* determines the full path to the application bundle on OS X
*