diff options
Diffstat (limited to 'ext/mcpat/cacti/cacti.i')
-rw-r--r-- | ext/mcpat/cacti/cacti.i | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/mcpat/cacti/cacti.i b/ext/mcpat/cacti/cacti.i new file mode 100644 index 000000000..796413872 --- /dev/null +++ b/ext/mcpat/cacti/cacti.i @@ -0,0 +1,8 @@ +%module cacti +%{ +/* Includes the header in the wrapper code */ +#include "cacti_interface.h" +%} + +/* Parse the header file to generate wrappers */ +%include "cacti_interface.h"
\ No newline at end of file |