Fixed setup options

This commit is contained in:
Christophe Riccio
2011-10-20 14:03:08 +01:00
parent ee15fe5289
commit 5050bfacf7
13 changed files with 132 additions and 128 deletions

View File

@@ -8,9 +8,10 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
//#define GLM_FORCE_ONLY_XYZW
//#define GLM_FORCE_PURE
#define GLM_MESSAGES
#define GLM_SWIZZLE_OPERATOR
#define GLM_FORCE_CXX98
#define GLM_SWIZZLE
//#define GLM_FORCE_CXX98
#include <glm/glm.hpp>
int test_vec2_swizzle()