summaryrefslogtreecommitdiff
path: root/Examples/octave/class/example.i
blob: b109bcb783b8f0bc0a6685aae6d2e2b4dce4d2af (plain)
1
2
3
4
5
6
7
8
9
/* File : example.i */
%module swigexample

%{
#include "example.h"
%}

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