diff options
Diffstat (limited to 'Examples/python/java/example.i')
-rw-r--r-- | Examples/python/java/example.i | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Examples/python/java/example.i b/Examples/python/java/example.i new file mode 100644 index 0000000..13d5b5e --- /dev/null +++ b/Examples/python/java/example.i @@ -0,0 +1,9 @@ +%module example +%include <cni.i> + +%{ +#include "Example.h" +%} + + +%include Example.h |