Upstream version 1.3.40
[profile/ivi/swig.git] / Examples / test-suite / enum_thorough_typeunsafe.i
1 %module "enum_thorough_typeunsafe"
2
3 // Test enum wrapping using a type unsafe enum pattern (constant integers in a class for the enum type)
4 %include "enumtypeunsafe.swg"
5
6 %include "enum_thorough.i"
7