Work on SWIG bindings for PolyVox.

This commit is contained in:
David Williams
2010-12-28 09:49:18 +00:00
parent 26081fd4ba
commit 89df1c8824
4 changed files with 15 additions and 7 deletions

View File

@ -8,4 +8,8 @@
//%include "PolyVoxCStdInt.i"
//%include "Utility.i"
//%include "PolyVoxForwardDeclarations.i" //Shouldn't be needed
//
%include "stdint.i"
%include "Vector.i"
%include "Region.i"
%include "Volume.i"