aboutsummaryrefslogtreecommitdiff
path: root/Examples/chicken/class/example.i
blob: fbdf7249fd2f58e391152d2374cc8e64131c58c5 (plain)
1
2
3
4
5
6
7
8
9
/* File : example.i */
%module example

%{
#include "example.h"
%}

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