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

« back to all changes in this revision

Viewing changes to source/blender/python/api2_2x/EXPP_interface.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* 
 
2
 * $Id: EXPP_interface.h,v 1.9 2005/03/21 05:26:52 ianwill Exp $
2
3
 *
3
4
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
4
5
 *
29
30
 * ***** END GPL/BL DUAL LICENSE BLOCK *****
30
31
*/
31
32
 
 
33
#ifndef EXPP_INTERFACE_H
 
34
#define EXPP_INTERFACE_H
 
35
 
32
36
#include <DNA_ID.h>
33
37
 
34
38
struct Script;
35
39
 
36
 
void initBlenderApi2_2x (void);
37
 
void discardFromBDict (char *key);
38
 
void EXPP_Library_Close (void); /* in Library.c, used by BPY_end_python */
 
40
void initBlenderApi2_2x( void );
 
41
char *bpy_gethome( int append_scriptsdir );
 
42
void discardFromBDict( char *key );
 
43
void EXPP_Library_Close( void );   /* in Library.c, used by BPY_end_python */
 
44
 
 
45
#endif /* EXPP_INTERFACE_H */