In the header files I am trying to make bindings for, some constants are defined like this:
#define kOfxStatFailed ((int)1)
#define kOfxStatErrFatal ((int)2)
// ...
Can this pattern be supported? Maybe I can attempt to add this if I get some guidance :)
In the header files I am trying to make bindings for, some constants are defined like this:
Can this pattern be supported? Maybe I can attempt to add this if I get some guidance :)