* Added missing headers to compile with MinGW 7.2. Added support for Glad instead of GLEW with USE_GLAD.
* [BlockFurnace] Fixed smelting timer. Bit shifting u16(32) by <<16(32) is undefined behaviour.
* #undef M_PI and redefine to ensure portability
[Renderer] Deleted, code moved to Application.
[Transformable] Transformations are now applied to model matrix in applyTransform.
[ResourceHandler|TextureLoader|XMLFile] Added.
[Debug|Exception] Updated.