Explorar el Código

Fixed a few includes

Michał W. Urbańczyk hace 18 años
padre
commit
16642621db
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      hch/CHeroHandler.cpp
  2. 1 1
      hch/CHeroHandler.h

+ 1 - 1
hch/CHeroHandler.cpp

@@ -6,7 +6,7 @@
 #include "CGeneralTextHandler.h"
 #include "CLodHandler.h"
 #include "CAbilityHandler.h"
-#include "SDL_Extensions.h"
+#include "../SDL_Extensions.h"
 #include <cmath>
 #include <iomanip>
 

+ 1 - 1
hch/CHeroHandler.h

@@ -7,7 +7,7 @@
 #include "SDL.h"
 #include "../int3.h"
 #include "CAmbarCendamo.h"
-#include "CGameInterface.h"
+#include "../CGameInterface.h"
 
 class CHeroClass;
 class CObjectInstance;