DricomDragon преди 4 години
родител
ревизия
7c09e63451
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 2 2
      sdl1/electricField/ElecField.h
  2. 1 1
      sdl1/electricField/main.cpp

+ 2 - 2
sdl1/electricField/ElecField.h

@@ -5,10 +5,10 @@
 #include <vector>
 #include <cmath>
 
-#include <SDL.h>
+#include <SDL/SDL.h>
 #undef main
 
-#include "Gfx/SDL_gfxPrimitives.h"
+#include "SDL/SDL_gfxPrimitives.h"
 
 struct Charge;
 

+ 1 - 1
sdl1/electricField/main.cpp

@@ -1,5 +1,5 @@
 #include <iostream>
-#include <SDL.h>
+#include <SDL/SDL.h>
 
 #include "ElecField.h"