소스 검색

Moved TombRaider1.h into subfolder

Thomas Buck 10 년 전
부모
커밋
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;

Loading…
취소
저장