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