import source from 1.3.40
[external/swig.git] / Examples / perl5 / multiple_inheritance / example.i
1 /* File : example.i */
2 %module example
3
4 %{
5 #include "example.h"
6 %}
7
8 /* Let's just grab the original header file here */
9 %include "example.h"