CORE: more glm headers

master
mgerhardy 2016-04-19 20:54:10 +02:00
parent 2b5d688cf5
commit 360e38bcab
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
#include <cmath>
#include <SDL.h>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <glm/gtc/constants.hpp>
#include <glm/gtx/compatibility.hpp>
#include <glm/gtx/norm.hpp>
#define CORE_STRINGIFY_INTERNAL(x) #x
#define CORE_STRINGIFY(x) CORE_STRINGIFY_INTERNAL(x)