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:
authorCampbell Barton <ideasman42@gmail.com>2006-10-05 19:24:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-10-05 19:24:15 +0400
commit3bd71e9ad50fc002e4dacd0b869dadb9a580f2e5 (patch)
tree1ce7e89598a38b6a4f27f259550f5f5c88275f7f /source/blender/blenloader/BLO_readfile.h
parentfe50037f7ef1b16823324eed0e44a0918692d91c (diff)
added the option to Blender.Library to 'link' data for malefico
Diffstat (limited to 'source/blender/blenloader/BLO_readfile.h')
-rw-r--r--source/blender/blenloader/BLO_readfile.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenloader/BLO_readfile.h b/source/blender/blenloader/BLO_readfile.h
index 29650953641..2d1a8b7db05 100644
--- a/source/blender/blenloader/BLO_readfile.h
+++ b/source/blender/blenloader/BLO_readfile.h
@@ -218,9 +218,8 @@ BLO_blendhandle_close(
char *BLO_gethome(void);
int BLO_has_bfile_extension(char *str);
-
void BLO_library_append(struct SpaceFile *sfile, char *dir, int idcode);
-void BLO_script_library_append(BlendHandle *bh, char *dir, char *name, int idcode);
+void BLO_script_library_append(BlendHandle *bh, char *dir, char *name, int idcode, short flag);
BlendFileData* blo_read_blendafterruntime(int file, int actualsize, BlendReadError *error_r);