aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-10-01 09:20:12 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-10-01 09:20:12 -0400
commiteeed7026fa71540167fcb33a69fa46aa8d2fbbd3 (patch)
tree87f5cd95ec0cc309df5d76b78b12576ee32c58c7
parenta9781681bb8f3277ac310fbec8dc0353972dbc37 (diff)
parent49b328bd30365b6fcb19eeebdaa43f4430285c50 (diff)
Merge branch 'master' of https://github.com/tcsullivan/gamedev
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index fba7e32..985dddf 100644
--- a/include/common.h
+++ b/include/common.h
@@ -9,6 +9,7 @@
#include <cstdlib>
#include <SDL2/SDL.h>
#include <SDL2/SDL_image.h>
+#include <SDL2/SDL_mixer.h>
#include <SDL2/SDL_opengl.h>
typedef struct { float x; float y; }vec2;