Moved bindings from inside 'library' folder to root folder.

This commit is contained in:
David Williams
2015-02-07 14:47:21 +01:00
parent c3305ea14b
commit 630affbf4d
35 changed files with 1 additions and 1 deletions

9
bindings/MeshDecimator.i Normal file
View File

@ -0,0 +1,9 @@
%module MeshDecimator
%{
#include "MeshDecimator.h"
%}
%include "MeshDecimator.h"
%template(MeshDecimatorMaterial8) PolyVox::MeshDecimator<PolyVox::Material8>;
%template(MeshDecimatorDensity8) PolyVox::MeshDecimator<PolyVox::Density8>;