lassade / c2z

C++ to Zig bindings and transpiler
102 stars 7 forks source link

Added support for function typedefs. #24

Closed Srekel closed 10 months ago

Srekel commented 10 months ago

Tested on RecastAssert.h -fparse-all-comments was needed to make sure all of the comments for it was included in the AST, not sure why.

A bit unsure about needing callconv or not but seems reasonable I guess?