summaryrefslogtreecommitdiff
path: root/Examples/tcl/java/example.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/tcl/java/example.i')
-rw-r--r--Examples/tcl/java/example.i8
1 files changed, 8 insertions, 0 deletions
diff --git a/Examples/tcl/java/example.i b/Examples/tcl/java/example.i
new file mode 100644
index 0000000..b69d83f
--- /dev/null
+++ b/Examples/tcl/java/example.i
@@ -0,0 +1,8 @@
+%module example
+%include <cni.i>
+
+%{
+#include "Example.h"
+%}
+
+%include Example.h