Przeglądaj źródła

Moved TombRaider1.h into subfolder

Thomas Buck 10 lat temu
rodzic
commit
d67accb36c
3 zmienionych plików z 3 dodań i 2 usunięć
  1. 1
    1
      include/TombRaider.h
  2. 0
    0
      include/games/TombRaider1.h
  3. 2
    1
      src/OpenRaider.cpp

+ 1
- 1
include/TombRaider.h Wyświetl plik

@@ -18,7 +18,7 @@
18 18
 #pragma pack(push, tr2_h, 1)
19 19
 #endif
20 20
 
21
-//#include "TombRaider1.h"
21
+//#include "games/TombRaider1.h"
22 22
 
23 23
 typedef enum {
24 24
     TR_VERSION_UNKNOWN,

include/TombRaider1.h → include/games/TombRaider1.h Wyświetl plik


+ 2
- 1
src/OpenRaider.cpp Wyświetl plik

@@ -16,9 +16,10 @@
16 16
 
17 17
 #include "World.h"
18 18
 #include "SkeletalModel.h"
19
-#include "TombRaider1.h" // tmp stop-gap
20 19
 #include "OpenRaider.h"
21 20
 
21
+#include "games/TombRaider1.h" // tmp stop-gap
22
+
22 23
 enum OpenRaiderText { textConsole = 2, textMenu = 3, textOutput = 4 };
23 24
 
24 25
 const unsigned int TextureLimit       = 24;

Ładowanie…
Anuluj
Zapisz