Quellcode durchsuchen

Moved TombRaider1.h into subfolder

Thomas Buck vor 10 Jahren
Ursprung
Commit
d67accb36c
3 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 1
    1
      include/TombRaider.h
  2. 0
    0
      include/games/TombRaider1.h
  3. 2
    1
      src/OpenRaider.cpp

+ 1
- 1
include/TombRaider.h Datei anzeigen

@@ -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 Datei anzeigen


+ 2
- 1
src/OpenRaider.cpp Datei anzeigen

@@ -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;

Laden…
Abbrechen
Speichern