polyvox/library/bindings/VertexTypes.i
2011-01-16 20:09:59 +00:00

13 lines
323 B
OpenEdge ABL

%module VertexTypes
%{
#include "PolyVoxImpl\TypeDef.h"
#include "Vector.h"
#include "VertexTypes.h"
%}
%include "PolyVoxImpl\TypeDef.h"
%include "Vector.h"
%include "VertexTypes.h"
//%template (PositionMaterial) PolyVox::PositionMaterial;
//%template (PositionMaterialNormal) PolyVox::PositionMaterialNormal;