CppSharp
CppSharp copied to clipboard
is it possible to only parse everything thats marked with a macro
i want to expose all my classes, struct, functions, etc. is it possible for it to only translate if it finds a macro and i only want it go generate P/invokes for them
ex:
API_CLASS() class foo { API_FUNCITON() void MyFunction(...) {} }