summaryrefslogtreecommitdiff
path: root/Examples/octave/enum/example.i
blob: cee9af471003acea2c0eebd95ffb067f12679ba7 (plain)
1
2
3
4
5
6
7
8
9
10
/* File : example.i */
%module swigexample

%{
#include "example.h"
%}

/* Let's just grab the original header file here */

%include "example.h"