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/python/api2_2x/EXPP_interface.h')
-rw-r--r--source/blender/python/api2_2x/EXPP_interface.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/EXPP_interface.h b/source/blender/python/api2_2x/EXPP_interface.h
index ba267c5c935..3e38810143f 100644
--- a/source/blender/python/api2_2x/EXPP_interface.h
+++ b/source/blender/python/api2_2x/EXPP_interface.h
@@ -30,10 +30,16 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
+#ifndef EXPP_INTERFACE_H
+#define EXPP_INTERFACE_H
+
#include <DNA_ID.h>
struct Script;
void initBlenderApi2_2x( void );
+char *bpy_gethome( int append_scriptsdir );
void discardFromBDict( char *key );
void EXPP_Library_Close( void ); /* in Library.c, used by BPY_end_python */
+
+#endif /* EXPP_INTERFACE_H */