00001
00002
00004
00005
00006
00007
00009
00010 #ifndef glm_ext
00011 #define glm_ext
00012
00013 #include "glm.hpp"
00014 #include "gtc.hpp"
00015 #include "gtx.hpp"
00016 #include "img.hpp"
00017
00018
00019
00020
00021 #if(defined(GLM_MESSAGE) && (GLM_MESSAGE & (GLM_MESSAGE_EXTS | GLM_MESSAGE_NOTIFICATION)))
00022 # pragma message("GLM message: Extensions library included")
00023 #endif//GLM_MESSAGE
00024
00025 #define GLM_EXTENSION(extension) namespace glm{using extension;}
00026
00027 #endif //glm_ext