jenningsm42 / Vulpes-Engine

An OpenGL graphics engine with a physically based renderer.
5 stars 2 forks source link

Organize header files #3

Closed jenningsm42 closed 5 years ago

jenningsm42 commented 5 years ago

Organized header file includes by whether it's part of the standard library, a third party header, or if it's local to this project. Also renamed the extensions to *.hpp and moved them to a dedicated include folder. Added a CMakeLists.txt file as well for easier cross-platform compilation.