aboutsummaryrefslogtreecommitdiff
path: root/Examples/php5/overloading/example.i
blob: 950d2549da9ef974a3d08a6dcba2d8176a1b3e69 (plain)
1
2
3
4
5
6
7
8
/* File : example.i */
%module example

%{
#include "example.h"
%}

%include "example.h"