We now only have the bindings for (u)int{8,16,32}_t and float. This will hopefully simplify things.
9 lines
103 B
OpenEdge ABL
9 lines
103 B
OpenEdge ABL
%module LargeVolume
|
|
%{
|
|
#include "LargeVolume.h"
|
|
%}
|
|
|
|
%include "LargeVolume.h"
|
|
|
|
VOLUMETYPES(LargeVolume)
|