~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/blenloader/BLO_readfile.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-05-17 11:47:59 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517114759-yp4ybrnhp2u7pk66
Tags: 2.44-1
* New upstream release.
* Drop debian/patches/01_64bits_stupidity, not needed anymore: as of this
  version blender is 64 bits safe again. Adjust README.Debian accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: BLO_readfile.h,v 1.11 2006/10/05 15:24:15 campbellbarton Exp $
 
2
 * $Id: BLO_readfile.h,v 1.12 2007/03/21 02:23:27 khughes Exp $
3
3
 *
4
4
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
5
5
 *
219
219
char *BLO_gethome(void);
220
220
int BLO_has_bfile_extension(char *str);
221
221
void BLO_library_append(struct SpaceFile *sfile, char *dir, int idcode);
222
 
void BLO_script_library_append(BlendHandle *bh, char *dir, char *name, int idcode, short flag);
 
222
void BLO_script_library_append(BlendHandle *bh, char *dir, char *name, int idcode, short flag, struct Scene *scene);
223
223
 
224
224
BlendFileData* blo_read_blendafterruntime(int file, int actualsize, BlendReadError *error_r);
225
225