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/transform2.hpp> need to be included to use these functionalities.
///////////////////////////////////////////////////////////////////////////////////
#ifndef glm_gtx_transform2
#define glm_gtx_transform2
#ifndef GLM_GTX_transform2
#define GLM_GTX_transform2 50
// Dependency:
#include "../glm.hpp"
@@ -134,4 +134,4 @@ namespace gtx
#include "transform2.inl"
#endif//glm_gtx_transform2
#endif//GLM_GTX_transform2