1 %module "enum_thorough_simple" 2 3 // Test enum wrapping using simple constants (SWIG-1.3.21 and earlier default enum wrapping for C# and Java) 4 %include "enumsimple.swg" 5 6 %include "enum_thorough.i" 7 8