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
We have a c++ library with many header files - currently the generated output file creates one class per header file.
We are new to CppSharp and struggle to find a way of combining all functions into a single class.
All helper seems to work on class, methods or functions but none handle (header) files itself.