summaryrefslogtreecommitdiff
path: root/Examples/test-suite/enum_thorough_simple.i
blob: 2e1f84ca84f2559bddbbe77b66c0a33036015267 (plain)
1
2
3
4
5
6
7
%module "enum_thorough_simple"

// Test enum wrapping using simple constants (SWIG-1.3.21 and earlier default enum wrapping for C# and Java)
%include "enumsimple.swg"

%include "enum_thorough.i"