Explicitly include the TypeDef.h header in SWIG

This time the bindings really should be fixed.
This commit is contained in:
Matt Williams 2012-11-09 13:27:44 +00:00
parent 5c88f2e49f
commit b534811477

View File

@ -1,6 +1,7 @@
%module PolyVoxCore
#define POLYVOX_API
%include "Impl/TypeDef.h"
#define __attribute__(x) //Silence DEPRECATED errors
//This macro allows us to use Python properties on our classes