9 lines
103 B
OpenEdge ABL
9 lines
103 B
OpenEdge ABL
%module jsupm_groveehr
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "groveehr.hpp"
|
|
%}
|
|
|
|
%include "groveehr.hpp"
|