aboutsummaryrefslogtreecommitdiff
path: root/Examples/java/enum/example.i
blob: 4c873824cd15fe8c53dceff9c3f7ebcf745c4549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* File : example.i */
%module example

%{
#include "example.h"
%}

%pragma make_default

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

%include "example.h"