mirror of
https://github.com/g-truc/glm.git
synced 2024-11-22 17:04:35 +00:00
19 lines
409 B
C++
19 lines
409 B
C++
#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
|