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

%feature("autodoc", 1);

%{
#include "example.h"
%}

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

%include "example.h"