swig/Examples/test-suite/python_crossmod_a.i

12 lines
110 B
OpenEdge ABL

%module python_crossmod_a
%{
#include "python_crossmod.h"
%}
class A {
public:
A();
int methA();
};