Got the Vector class working in Python through SWIG.

This commit is contained in:
David Williams
2010-12-27 11:54:49 +00:00
parent 78cda39c38
commit 26081fd4ba
4 changed files with 9 additions and 8 deletions

View File

@ -4,8 +4,8 @@
//%include <windows.i>
//%include "TypeDef.i"
%include "Enums.i"
%include "PolyVoxCStdInt.i"
%include "Utility.i"
//%include "Enums.i"
//%include "PolyVoxCStdInt.i"
//%include "Utility.i"
//%include "PolyVoxForwardDeclarations.i" //Shouldn't be needed
%include "Vector.i"