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
If more things are forward-declared instead of included in header files, and are then included in the cpp file (exception is API.hpp), then this will make users of MINX get into a good habit of including all the headers they need and not just including one knowing that others will be indirectly included. This may not be easy/practical with some classes in the standard library or some GL header files that make heavy use of typedef.
The text was updated successfully, but these errors were encountered:
If more things are forward-declared instead of included in header files, and are then included in the cpp file (exception is API.hpp), then this will make users of MINX get into a good habit of including all the headers they need and not just including one knowing that others will be indirectly included. This may not be easy/practical with some classes in the standard library or some GL header files that make heavy use of typedef.
The text was updated successfully, but these errors were encountered: