Parcourir la source

Fix SDL gfx import

DricomDragon il y a 4 ans
Parent
commit
ef6f5e3082
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      spawn.h

+ 1 - 1
spawn.h

@@ -3,7 +3,7 @@
 
 #include <SDL/SDL.h>
 #include "Input.h"
-#include "SDL_gfxPrimitives.h"
+#include <SDL/SDL_gfxPrimitives.h>
 #include <vector>
 #include <cstdlib>
 #include <ctime>