diff options
Diffstat (limited to 'Examples/tcl/import/foo.i')
-rw-r--r-- | Examples/tcl/import/foo.i | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Examples/tcl/import/foo.i b/Examples/tcl/import/foo.i new file mode 100644 index 000000000..27feb2e6a --- /dev/null +++ b/Examples/tcl/import/foo.i @@ -0,0 +1,8 @@ +%module foo +%{ +#include "foo.h" +%} + +%import base.i +%include "foo.h" + |