Mercurial > mm7
comparison mm7_1.cpp @ 1016:c45d51b3f4f4
Included header files cleanup
author | Grumpy7 |
---|---|
date | Sun, 19 May 2013 17:55:19 +0200 |
parents | 5876a9cafa3e |
children | 9ac94d00012e |
comparison
equal
deleted
inserted
replaced
1003:9318dd3f3711 | 1016:c45d51b3f4f4 |
---|---|
5 */ | 5 */ |
6 | 6 |
7 //#include <defs.h> | 7 //#include <defs.h> |
8 #include <assert.h> | 8 #include <assert.h> |
9 | 9 |
10 #include "VideoPlayer.h" | |
11 #include "BSPModel.h" | |
12 #include "Mouse.h" | |
13 | |
14 #include "Vis.h" | |
10 #include "MM7.h" | 15 #include "MM7.h" |
11 #include "MapInfo.h" | |
12 #include "Game.h" | 16 #include "Game.h" |
13 #include "GUIWindow.h" | 17 #include "GUIWindow.h" |
14 #include "GUIFont.h" | |
15 #include "GUIProgressBar.h" | |
16 #include "Party.h" | 18 #include "Party.h" |
17 #include "AudioPlayer.h" | 19 #include "AudioPlayer.h" |
18 #include "Outdoor.h" | 20 #include "Outdoor.h" |
19 #include "IndoorCamera.h" | |
20 #include "Overlays.h" | 21 #include "Overlays.h" |
21 #include "Monsters.h" | |
22 #include "Arcomage.h" | |
23 #include "LOD.h" | 22 #include "LOD.h" |
24 #include "Actor.h" | 23 #include "Actor.h" |
25 #include "Allocator.h" | 24 #include "Allocator.h" |
26 #include "Events.h" | 25 #include "Events.h" |
27 #include "Viewport.h" | 26 #include "Viewport.h" |
28 #include "FrameTableInc.h" | |
29 #include "Math.h" | |
30 #include "SpriteObject.h" | 27 #include "SpriteObject.h" |
31 #include "ObjectList.h" | 28 #include "ObjectList.h" |
32 #include "Chest.h" | 29 #include "Chest.h" |
33 #include "PaletteManager.h" | |
34 #include "DecorationList.h" | 30 #include "DecorationList.h" |
35 #include "SaveLoad.h" | |
36 #include "stru123.h" | 31 #include "stru123.h" |
37 #include "Time.h" | 32 #include "Time.h" |
38 #include "IconFrameTable.h" | 33 #include "IconFrameTable.h" |
39 #include "Awards.h" | |
40 #include "Autonotes.h" | |
41 #include "stru160.h" | |
42 #include "TurnEngine.h" | 34 #include "TurnEngine.h" |
43 #include "CastSpellInfo.h" | |
44 #include "Weather.h" | |
45 #include "stru298.h" | |
46 #include "StorylineTextTable.h" | |
47 #include "Events2D.h" | |
48 #include "texts.h" | 35 #include "texts.h" |
49 #include "UIHouses.h" | 36 #include "UIHouses.h" |
50 #include "mm7_data.h" | 37 #include "mm7_data.h" |
51 | 38 |
52 int __stdcall aWinProc(HWND hWnd, UINT Msg, WPARAM wParam, unsigned int lParam); | 39 int __stdcall aWinProc(HWND hWnd, UINT Msg, WPARAM wParam, unsigned int lParam); |