OpenRaider
0.1.4-dev
Open Source Tomb Raider Game Engine implementation
|
gl3 header?
Is there a better way to handle this? We wan't to use our own assert(). Unfortunately, glm includes cassert in its headers. So we need to define NDEBUG here. To avoid a conflict, our flag is now called NODEBUG instead.