You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(...) {} }