Add a C/C++ wrapper class to automatically allow accessing C structures and enumerations. Something like:
class SOME_ENUMERATION
wrap "#include <xxxx.h>" c_enumeration
end
Log in to post a comment.