DEBSOURCES
Skip Quicknav
sources / swig2.0 / 2.0.7-3 / Examples / csharp / class / example.i
12345678910
/* File : example.i */ %module example %{ #include "example.h" %} /* Let's just grab the original header file here */ %include "example.h"