13 lines
189 B
OpenEdge ABL
13 lines
189 B
OpenEdge ABL
%module LargeVolume
|
|
%{
|
|
#include "Material.h"
|
|
#include "Density.h"
|
|
#include "LargeVolume.h"
|
|
%}
|
|
|
|
%include "Material.h"
|
|
%include "Density.h"
|
|
%include "LargeVolume.h"
|
|
|
|
VOLUMETYPES(LargeVolume)
|