13 lines
323 B
OpenEdge ABL
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; |