Moved bindings from inside 'library' folder to root folder.
This commit is contained in:
13
bindings/VertexTypes.i
Normal file
13
bindings/VertexTypes.i
Normal file
@ -0,0 +1,13 @@
|
||||
%module VertexTypes
|
||||
%{
|
||||
#include "Impl/TypeDef.h"
|
||||
#include "Vector.h"
|
||||
#include "Vertex.h"
|
||||
%}
|
||||
|
||||
%include "Impl/TypeDef.h"
|
||||
%include "Vector.h"
|
||||
%include "Vertex.h"
|
||||
|
||||
//%template (PositionMaterial) PolyVox::PositionMaterial;
|
||||
//%template (PositionMaterialNormal) PolyVox::PositionMaterialNormal;
|
Reference in New Issue
Block a user