diff --git a/library/bindings/Density.i b/library/bindings/Density.i new file mode 100644 index 00000000..39b2541c --- /dev/null +++ b/library/bindings/Density.i @@ -0,0 +1,8 @@ +%module Density +%{ +#include "Density.h" +%} + +%include "Density.h" + +%template(Density8) PolyVox::Density;