VideoTexture: use PyObjectPlus.h instead of Python.h for compatibility with Python2.3

This commit is contained in:
2008-11-02 18:02:31 +00:00
parent f180702a12
commit 2973bd8ea2
20 changed files with 19 additions and 21 deletions

View File

@@ -22,7 +22,7 @@ http://www.gnu.org/copyleft/lesser.txt.
// implementation
#include <Python.h>
#include <PyObjectPlus.h>
#include <structmember.h>
#include <KX_GameObject.h>