11 lines
208 B
OpenEdge ABL
11 lines
208 B
OpenEdge ABL
%module Array
|
|
%{
|
|
#include "PolyVoxImpl\SubArray.h"
|
|
#include "Array.h"
|
|
%}
|
|
|
|
%include "PolyVoxImpl\SubArray.h"
|
|
%include "Array.h"
|
|
|
|
%template(Array3IndexAndMaterial) PolyVox::Array<3, PolyVox::IndexAndMaterial>;
|