Przeglądaj źródła

Fixed a few includes

Michał W. Urbańczyk 18 lat temu
rodzic
commit
16642621db
2 zmienionych plików z 2 dodań i 2 usunięć
  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 "CGeneralTextHandler.h"
 #include "CLodHandler.h"
 #include "CLodHandler.h"
 #include "CAbilityHandler.h"
 #include "CAbilityHandler.h"
-#include "SDL_Extensions.h"
+#include "../SDL_Extensions.h"
 #include <cmath>
 #include <cmath>
 #include <iomanip>
 #include <iomanip>
 
 

+ 1 - 1
hch/CHeroHandler.h

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