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