hammer/src/bindings/swig/hammer.i

12 lines
132 B
OpenEdge ABL
Raw Normal View History

%module hammer
%{
#include "allocator.h"
#include "hammer.h"
#include "internal.h"
%}
%include "allocator.h"
%include "hammer.h"
2013-11-16 08:12:29 +01:00