CppSharp
CppSharp copied to clipboard
Names of parameters not coverted to camel case in C#
trafficstars
Our test of:
int SBAttachInfo(const char* path, bool wait_for);
has its second parameter kept with the same name while it should've been waitFor.