Open ghost opened 1 year ago
Currently, it's impossible. This will make it easier when translating C headers.
For example:
enum test { foo = 0x00000001, bar = 0x00000000 };
This would be a nice feature to have, I will try to take a look when I get the time
Currently, it's impossible. This will make it easier when translating C headers.
For example: