summaryrefslogtreecommitdiff
path: root/ext/mcpat/cacti/cacti.i
blob: 7964138726598725949a0646073a6dbba968d068 (plain)
1
2
3
4
5
6
7
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"