summaryrefslogtreecommitdiffstats
path: root/Tests/UseSWIG/NamespaceCsharp/ns_example.i
blob: 036f7cae1f74c62e7170151cefd62580a8c91120 (plain)
1
2
3
4
5
6
7
8
%module NSExample

%{
#include "ns_example.hpp"
%}

%nspace ns::my_class_in_namespace;
%include "ns_example.hpp"