aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-10-15 09:08:13 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-10-15 09:08:13 -0400
commit42da2e6dd95c29c723ee5377241d97e29e251903 (patch)
treeef0395bb9f4d73422b974fa1838c44c62a284eb1 /include
parent5c2179bc9afa809fa3b915bea0d75f62f90f0644 (diff)
parentef74ae83db1d3049e4e890df77d25ac6e1f7719f (diff)
quest fixes
Diffstat (limited to 'include')
-rw-r--r--include/common.h3
-rw-r--r--include/entities.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index b2ef8a3..2cf98e4 100644
--- a/include/common.h
+++ b/include/common.h
@@ -8,9 +8,10 @@
#include <math.h>
#include <cstdlib>
#include <SDL2/SDL.h>
+#include <GL/glew.h>
+#include <SDL2/SDL_opengl.h>
#include <SDL2/SDL_image.h>
#include <SDL2/SDL_mixer.h>
-#include <SDL2/SDL_opengl.h>
typedef struct { float x; float y; }vec2;
diff --git a/include/entities.h b/include/entities.h
index 1f2b249..431407b 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -100,5 +100,5 @@ ENTITY TYPES
|->1 Merchant
|
2 MOBS
-|->1 Skirl
+|->1 Rabbit
**/