summaryrefslogtreecommitdiffstats
path: root/Tests/UseSWIG/NamespaceCsharp/ns_example.i
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/UseSWIG/NamespaceCsharp/ns_example.i')
-rw-r--r--Tests/UseSWIG/NamespaceCsharp/ns_example.i8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/UseSWIG/NamespaceCsharp/ns_example.i b/Tests/UseSWIG/NamespaceCsharp/ns_example.i
new file mode 100644
index 0000000..036f7ca
--- /dev/null
+++ b/Tests/UseSWIG/NamespaceCsharp/ns_example.i
@@ -0,0 +1,8 @@
+%module NSExample
+
+%{
+#include "ns_example.hpp"
+%}
+
+%nspace ns::my_class_in_namespace;
+%include "ns_example.hpp"