Move content of core directory into detail directory. Reduced dependencies to glm.hpp.

This commit is contained in:
Christophe Riccio
2013-12-24 10:41:59 +01:00
parent 0a3b2bf11f
commit 6f7eb97b87
193 changed files with 224 additions and 234 deletions

View File

@@ -38,12 +38,12 @@
///////////////////////////////////////////////////////////////////////////////////
#ifndef GLM_GTC_random
#define GLM_GTC_random GLM_VERSION
#define GLM_GTC_random
// Dependency:
#include "../glm.hpp"
#if(defined(GLM_MESSAGES) && !defined(glm_ext))
#if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
# pragma message("GLM: GLM_GTC_random extension included")
#endif