Selaa lähdekoodia

Moved TombRaider1.h into subfolder

Thomas Buck 10 vuotta sitten
vanhempi
commit
d67accb36c
3 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 1
    1
      include/TombRaider.h
  2. 0
    0
      include/games/TombRaider1.h
  3. 2
    1
      src/OpenRaider.cpp

+ 1
- 1
include/TombRaider.h Näytä tiedosto

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

include/TombRaider1.h → include/games/TombRaider1.h Näytä tiedosto


+ 2
- 1
src/OpenRaider.cpp Näytä tiedosto

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

Loading…
Peruuta
Tallenna