STYLE: Nightly Version update
[cmake.git] / Tests / SwigTest / example.i
blob75700b305437573d3c0494562a54226678377b36
1 /* File : example.i */
2 %module example
4 %{
5 #include "example.h"
6 %}
8 /* Let's just grab the original header file here */
9 %include "example.h"