Explicitly include the TypeDef.h header in SWIG
This time the bindings really should be fixed.
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
%module PolyVoxCore
|
%module PolyVoxCore
|
||||||
|
|
||||||
#define POLYVOX_API
|
#define POLYVOX_API
|
||||||
|
%include "Impl/TypeDef.h"
|
||||||
#define __attribute__(x) //Silence DEPRECATED errors
|
#define __attribute__(x) //Silence DEPRECATED errors
|
||||||
|
|
||||||
//This macro allows us to use Python properties on our classes
|
//This macro allows us to use Python properties on our classes
|
||||||
|
Reference in New Issue
Block a user