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

%{
#include "example.h"
%}

/* Let's just grab the original header file here */
%include "example.h"