Mercurial > mm7
comparison Indoor.cpp @ 1292:24bc24b64ec2
Слияние
author | Ritor1 |
---|---|
date | Fri, 14 Jun 2013 16:06:30 +0600 |
parents | 1577d75db258 0aeac0b9ca30 |
children | 6bbd50bda571 |
comparison
equal
deleted
inserted
replaced
1291:1577d75db258 | 1292:24bc24b64ec2 |
---|---|
4 | 4 |
5 #include <assert.h> | 5 #include <assert.h> |
6 | 6 |
7 #include "LightmapBuilder.h" | 7 #include "LightmapBuilder.h" |
8 #include "DecalBuilder.h" | 8 #include "DecalBuilder.h" |
9 #include "ParticleEngine.h" | |
10 #include "stru9.h" | 9 #include "stru9.h" |
11 #include "stru10.h" | 10 #include "stru10.h" |
12 #include "stru367.h" | 11 #include "stru367.h" |
13 | 12 |
14 #include "BSPModel.h" | 13 #include "BSPModel.h" |
32 #include "Log.h" | 31 #include "Log.h" |
33 #include "TurnEngine.h" | 32 #include "TurnEngine.h" |
34 #include "PaletteManager.h" | 33 #include "PaletteManager.h" |
35 #include "MapInfo.h" | 34 #include "MapInfo.h" |
36 #include "IndoorCamera.h" | 35 #include "IndoorCamera.h" |
36 #include "Lights.h" | |
37 | 37 |
38 #include "mm7_data.h" | 38 #include "mm7_data.h" |
39 #include "MM7.h" | 39 #include "MM7.h" |
40 | 40 |
41 | 41 |