From 90541541c3ad6e1e4a796b85e32a43ce60a8b885 Mon Sep 17 00:00:00 2001 From: Michel Selten Date: Sun, 23 Nov 2003 14:28:46 +0000 Subject: Added all necessary BPY_extern.h include files to the .c files. Updated the Make environment to point to the correct location. The include paths were still pointing to source/blender/bpython/include while it should be source/blender/python. I did not encounter the build problems because I'm always working with the autoconf build environment. --- source/blender/python/BPY_extern.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/python/BPY_extern.h') diff --git a/source/blender/python/BPY_extern.h b/source/blender/python/BPY_extern.h index 794d8f3b637..b8b1b4a657c 100644 --- a/source/blender/python/BPY_extern.h +++ b/source/blender/python/BPY_extern.h @@ -64,4 +64,8 @@ void BPY_copy_scriptlink(struct ScriptLink *scriptlink); /* format importer hook */ int BPY_call_importloader(char *name); +int BPY_spacetext_is_pywin(struct SpaceText *st); +void BPY_spacetext_do_pywin_draw(struct SpaceText *st); +void BPY_spacetext_do_pywin_event(struct SpaceText *st, unsigned short event, short val); + void init_syspath(void); -- cgit v1.2.3