9 lines
105 B
OpenEdge ABL
9 lines
105 B
OpenEdge ABL
|
|
%module jsupm_grovewater
|
||
|
|
%include "../upm.i"
|
||
|
|
|
||
|
|
%{
|
||
|
|
#include "grovewater.h"
|
||
|
|
%}
|
||
|
|
|
||
|
|
%include "grovewater.h"
|