Pārlūkot izejas kodu

Fix SDL gfx import

DricomDragon 4 gadi atpakaļ
vecāks
revīzija
ef6f5e3082
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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>