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

%{
#include "example.h"
%}


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

%include "example.h"