Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move includes from .hpp files to .cpp files #96

Open
JenniferPylko opened this issue Jul 17, 2014 · 0 comments
Open

Move includes from .hpp files to .cpp files #96

JenniferPylko opened this issue Jul 17, 2014 · 0 comments

Comments

@JenniferPylko
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant