mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-07 16:14:01 +02:00
13 lines
143 B
OpenEdge ABL
13 lines
143 B
OpenEdge ABL
%module brmdoor_nfc
|
|
|
|
%{
|
|
#include "brmdoor_nfc.h"
|
|
%}
|
|
|
|
%include std_string.i
|
|
%include std_except.i
|
|
%include stdint.i
|
|
|
|
%include "brmdoor_nfc.h"
|
|
|
|
|