Updated to GLM 0.9.B
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// OpenGL Mathematics Copyright (c) 2005 - 2009 G-Truc Creation (www.g-truc.net)
|
||||
// OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net)
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Created : 2005-12-24
|
||||
// Updated : 2006-11-14
|
||||
// Licence : This source is under MIT License
|
||||
// File : glm/gtx/integer.h
|
||||
// File : glm/gtx/integer.hpp
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Dependency:
|
||||
// - GLM core
|
||||
@@ -43,11 +43,8 @@ namespace glm
|
||||
}//namespace gtx
|
||||
}//namespace glm
|
||||
|
||||
#define GLM_GTX_integer namespace gtx::integer
|
||||
#ifndef GLM_GTX_GLOBAL
|
||||
namespace glm {using GLM_GTX_integer;}
|
||||
#endif//GLM_GTX_GLOBAL
|
||||
|
||||
#include "integer.inl"
|
||||
|
||||
namespace glm{using namespace gtx::integer;}
|
||||
|
||||
#endif//glm_gtx_integer
|
||||
|
||||
Reference in New Issue
Block a user