diff options
Diffstat (limited to 'Tests/UseSWIG/example.i')
-rw-r--r-- | Tests/UseSWIG/example.i | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/UseSWIG/example.i b/Tests/UseSWIG/example.i new file mode 100644 index 0000000..fbdf724 --- /dev/null +++ b/Tests/UseSWIG/example.i @@ -0,0 +1,9 @@ +/* File : example.i */ +%module example + +%{ +#include "example.h" +%} + +/* Let's just grab the original header file here */ +%include "example.h" |