You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
18 lines
409 B
18 lines
409 B
#ifndef GLM_PRECOMPILED_H |
|
#define GLM_PRECOMPILED_H |
|
|
|
//#include <boost/static_assert.hpp> |
|
//#define GLM_AUTO_CAST GLM_DISABLE |
|
#define GLM_SWIZZLE GLM_SWIZZLE_XYZW |
|
//#define GLM_MESSAGE GLM_MESSAGE_ALL |
|
//#define GLM_GTX_INCLUDED |
|
//#define GLM_PRECISION GLM_PRECISION_LOWP_FLOAT |
|
|
|
#include <glm/glm.hpp> |
|
//#include <glm/ext.hpp> |
|
|
|
#include <cstdio> |
|
#include <cstdlib> |
|
#include <ctime> |
|
|
|
#endif //GLM_PRECOMPILED_H
|
|
|