Minimal set of changes to get Python bindings building since the last big refactor made PolyVox header only.

This commit is contained in:
David Williams
2016-01-21 22:49:20 +00:00
parent 156bcef9c0
commit 8d9fffd4c6
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
%module PolyVoxCore
#define POLYVOX_API
%include "Impl/TypeDef.h"
%include "Impl/PlatformDefinitions.h"
#define __attribute__(x) //Silence DEPRECATED errors
//This macro allows us to use Python properties on our classes
@ -84,7 +84,7 @@ EXTRACTOR(shortname, RawVolume)
//%include "RLEBlockCompressor.i"
%include "BaseVolume.i"
//%include "RawVolume.i"
%include "PagedVolume.i"
//%include "PagedVolume.i"
//%include "VertexTypes.i"
//%include "SurfaceMesh.i"
////%include "MarchingCubesSurfaceExtractor.i"