Added extension versioning

This commit is contained in:
Christophe Riccio
2011-06-14 20:26:23 +01:00
parent 828f7cf546
commit f97f51b47c
65 changed files with 311 additions and 226 deletions

View File

@@ -36,8 +36,8 @@
/// <glm/gtx/rotate_vector.hpp> need to be included to use these functionalities.
///////////////////////////////////////////////////////////////////////////////////
#ifndef glm_gtx_rotate_vector
#define glm_gtx_rotate_vector
#ifndef GLM_GTX_rotate_vector
#define GLM_GTX_rotate_vector 50
// Dependency:
#include "../glm.hpp"
@@ -131,4 +131,4 @@ namespace gtx
#include "rotate_vector.inl"
#endif//glm_gtx_rotate_vector
#endif//GLM_GTX_rotate_vector