Added display of GLM version with other GLM_MESSAGES

This commit is contained in:
Christophe Riccio
2014-12-19 21:05:05 +01:00
parent 4340f3fa6f
commit d5753fe37a
2 changed files with 15 additions and 4 deletions

View File

@@ -42,7 +42,12 @@
#define GLM_VERSION_MAJOR 0
#define GLM_VERSION_MINOR 9
#define GLM_VERSION_PATCH 6
#define GLM_VERSION_REVISION 1
#define GLM_VERSION_REVISION 2
#if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_VERSION_DISPLAYED))
# define GLM_MESSAGE_VERSION_DISPLAYED
# pragma message ("GLM: version 0.9.6.2")
#endif//GLM_MESSAGE
///////////////////////////////////////////////////////////////////////////////////
// Platform