summaryrefslogtreecommitdiff
path: root/Examples/lua/embed3/example.i
blob: 032805c0ec3a38ede833640b25d3450e0fa55784 (plain)
1
2
3
4
5
6
7
8
/* File : example.i */
%module example

%{
#include "example.h"
%}

%include "example.h"