AlexAUT / Kroniax_Cpp

The official source of the game Kroniax
MIT License
19 stars 4 forks source link

Code + file clean up #2

Closed eXpl0it3r closed 11 years ago

eXpl0it3r commented 11 years ago

I went over all the include paths and adjusted them properly with forward declarations where possible and only included what's necessary. In the process of doing so, I've also made the include guards consistent. Besides that I introduced a more consistent file naming, so we don't have a mixture of lower- and upper-case names.