Mercurial > mm7
comparison UIPartyCreation.cpp @ 1292:24bc24b64ec2
Слияние
author | Ritor1 |
---|---|
date | Fri, 14 Jun 2013 16:06:30 +0600 |
parents | b9747d9e9b4e |
children | fbb7428fa58c |
comparison
equal
deleted
inserted
replaced
1291:1577d75db258 | 1292:24bc24b64ec2 |
---|---|
2 #define _CRT_SECURE_NO_WARNINGS | 2 #define _CRT_SECURE_NO_WARNINGS |
3 #endif | 3 #endif |
4 | 4 |
5 #include <assert.h> | 5 #include <assert.h> |
6 | 6 |
7 #include "MM7.h" | 7 |
8 | |
9 #include "LightmapBuilder.h" | |
10 #include "DecalBuilder.h" | |
11 #include "ParticleEngine.h" | |
12 #include "Mouse.h" | 8 #include "Mouse.h" |
13 #include "Keyboard.h" | 9 #include "Keyboard.h" |
14 #include "IndoorCameraD3D.h" | 10 |
15 #include "CShow.h" | |
16 #include "GammaControl.h" | |
17 #include "stru6.h" | |
18 #include "stru9.h" | |
19 #include "stru10.h" | |
20 #include "stru11.h" | |
21 #include "stru12.h" | |
22 | |
23 #include "MapInfo.h" | |
24 #include "Game.h" | 11 #include "Game.h" |
25 #include "GUIWindow.h" | 12 #include "GUIWindow.h" |
26 #include "GUIFont.h" | 13 #include "GUIFont.h" |
27 #include "GUIProgressBar.h" | |
28 #include "Party.h" | 14 #include "Party.h" |
29 #include "AudioPlayer.h" | 15 #include "AudioPlayer.h" |
30 #include "Outdoor.h" | 16 #include "Render.h" |
31 #include "IndoorCamera.h" | |
32 #include "Overlays.h" | |
33 #include "Monsters.h" | |
34 #include "Arcomage.h" | |
35 #include "LOD.h" | 17 #include "LOD.h" |
36 #include "Actor.h" | |
37 #include "Allocator.h" | 18 #include "Allocator.h" |
38 #include "Events.h" | |
39 #include "Viewport.h" | |
40 #include "FrameTableInc.h" | |
41 #include "Math.h" | |
42 #include "SpriteObject.h" | |
43 #include "ObjectList.h" | |
44 #include "Chest.h" | |
45 #include "PaletteManager.h" | |
46 #include "DecorationList.h" | |
47 #include "SaveLoad.h" | |
48 #include "stru123.h" | |
49 #include "Time.h" | 19 #include "Time.h" |
50 #include "IconFrameTable.h" | 20 #include "IconFrameTable.h" |
51 #include "Awards.h" | |
52 #include "Autonotes.h" | |
53 #include "stru160.h" | |
54 #include "TurnEngine.h" | |
55 #include "CastSpellInfo.h" | |
56 #include "Weather.h" | |
57 #include "stru298.h" | |
58 #include "StorylineTextTable.h" | |
59 #include "Events2D.h" | |
60 #include "texts.h" | 21 #include "texts.h" |
61 | 22 |
62 #include "mm7_data.h" | 23 #include "mm7_data.h" |
63 | 24 |
64 | 25 |