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