Просмотр исходного кода

Moved TombRaider1.h into subfolder

Thomas Buck 10 лет назад
Родитель
Сommit
d67accb36c
3 измененных файлов: 3 добавлений и 2 удалений
  1. 1
    1
      include/TombRaider.h
  2. 0
    0
      include/games/TombRaider1.h
  3. 2
    1
      src/OpenRaider.cpp

+ 1
- 1
include/TombRaider.h Просмотреть файл

@@ -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 Просмотреть файл


+ 2
- 1
src/OpenRaider.cpp Просмотреть файл

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

Загрузка…
Отмена
Сохранить