mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-09 00:46:48 +00:00
13 lines
150 B
OpenEdge ABL
13 lines
150 B
OpenEdge ABL
|
%warnfilter(SWIGWARN_PARSE_KEYWORD) java::lang::ref;
|
||
|
|
||
|
%{
|
||
|
#undef STATIC
|
||
|
%}
|
||
|
%include <gcj/cni.i>
|
||
|
%{
|
||
|
#undef TRUE
|
||
|
#define TRUE 1
|
||
|
%}
|
||
|
|
||
|
%include <jstring.i>
|