Hello.
I’m having an interesting trouble using FBox2D.
When I build my c++ project with FBox2D, the generated header forward declares “struct FBox2D” instead of class, and then the compiler outputs error C4099 (meaning the forward declaration is wrong).
I have to change it myself in the generated.h to make it work, do you know what might be causing this?
Thank you.