Work on SWIG bindings for PolyVox.

This commit is contained in:
David Williams
2010-12-28 11:14:55 +00:00
parent 57ff257669
commit f7573e7660
5 changed files with 22 additions and 14 deletions

View File

@ -1,15 +1,10 @@
%module PolyVoxCore
#define POLYVOX_API
//%include <windows.i>
//%include "TypeDef.i"
//%include "Enums.i"
//%include "PolyVoxCStdInt.i"
//%include "Utility.i"
//%include "PolyVoxForwardDeclarations.i" //Shouldn't be needed
//
%include "stdint.i"
%include "Material.i"
%include "Density.i"
%include "Vector.i"
%include "Region.i"
%include "Volume.i"