brmdoor_libnfc/brmdoor_nfc.i
2014-07-19 01:08:30 +02:00

12 lines
126 B
OpenEdge ABL

/* File : example.i */
%module brmdoor_nfc
%{
#include "brmdoor_nfc.h"
%}
%include std_string.i
%include "brmdoor_nfc.h"