cemu-idapython/swig/search.i

8 lines
113 B
OpenEdge ABL
Raw Permalink Normal View History

%apply int * OUTPUT { int *opnum };
%ignore search;
%ignore user2bin;
%include "search.hpp"
%clear int *opnum;