]> code.bitgloo.com Git - clyne/gamedev.git/commitdiff
Fixed conflicts
authordrumsetmonkey <abelleisle@roadrunner.com>
Thu, 1 Oct 2015 12:59:07 +0000 (08:59 -0400)
committerdrumsetmonkey <abelleisle@roadrunner.com>
Thu, 1 Oct 2015 12:59:07 +0000 (08:59 -0400)
include/common.h

index fba7e32a37a49c87e80e9597220a19a1518a694e..985dddf63546230db26c2efe1f57846467ecc6fa 100644 (file)
@@ -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;