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

%{
#include "example.h"
%}

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

%include "example.h"