11 lines
202 B
OpenEdge ABL
11 lines
202 B
OpenEdge ABL
%module Material
|
|
%{
|
|
#include "Material.h"
|
|
%}
|
|
|
|
%include "DefaultIsQuadNeeded.h"
|
|
%include "Material.h"
|
|
|
|
%template(Material8) PolyVox::Material<uint8_t>;
|
|
%template(Material16) PolyVox::Material<uint16_t>;
|