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 'source/blender/blenlib/BLI_blenlib.h')
-rw-r--r--source/blender/blenlib/BLI_blenlib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_blenlib.h b/source/blender/blenlib/BLI_blenlib.h
index 8d07c7668f8..e56b44902d7 100644
--- a/source/blender/blenlib/BLI_blenlib.h
+++ b/source/blender/blenlib/BLI_blenlib.h
@@ -211,6 +211,10 @@ void BLI_where_am_i(char *fullname, char *name);
#ifdef __APPLE__
char* BLI_getbundle(void);
#endif
+
+#ifdef WIN32
+int BLI_getInstallationDir( char * str );
+#endif
/* BLI_storage.h */
int BLI_filesize(int file);