Mercurial > mm7
comparison UIMainMenu.cpp @ 1253:fac7751b2dc9
included header cleanup
author | Grumpy7 |
---|---|
date | Tue, 11 Jun 2013 18:52:42 +0200 |
parents | 8c02e6f74b29 |
children | b9747d9e9b4e |
comparison
equal
deleted
inserted
replaced
1252:fa6b8e839355 | 1253:fac7751b2dc9 |
---|---|
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" | |
8 | 7 |
9 #include "Mouse.h" | 8 #include "Mouse.h" |
10 #include "Keyboard.h" | 9 #include "Keyboard.h" |
11 | 10 |
12 #include "MapInfo.h" | |
13 #include "Game.h" | |
14 #include "GUIWindow.h" | 11 #include "GUIWindow.h" |
15 #include "GUIFont.h" | 12 #include "GUIFont.h" |
16 #include "GUIProgressBar.h" | |
17 #include "Party.h" | |
18 #include "AudioPlayer.h" | 13 #include "AudioPlayer.h" |
19 #include "Outdoor.h" | 14 #include "Outdoor.h" |
20 #include "IndoorCamera.h" | |
21 #include "Overlays.h" | |
22 #include "Monsters.h" | |
23 #include "Arcomage.h" | |
24 #include "LOD.h" | 15 #include "LOD.h" |
25 #include "Actor.h" | |
26 #include "Allocator.h" | 16 #include "Allocator.h" |
27 #include "Events.h" | |
28 #include "Viewport.h" | |
29 #include "FrameTableInc.h" | |
30 #include "Math.h" | |
31 #include "SpriteObject.h" | |
32 #include "ObjectList.h" | |
33 #include "Chest.h" | |
34 #include "PaletteManager.h" | 17 #include "PaletteManager.h" |
35 #include "DecorationList.h" | |
36 #include "SaveLoad.h" | |
37 #include "stru123.h" | |
38 #include "Time.h" | |
39 #include "IconFrameTable.h" | 18 #include "IconFrameTable.h" |
40 #include "Awards.h" | |
41 #include "Autonotes.h" | |
42 #include "stru160.h" | |
43 #include "TurnEngine.h" | |
44 #include "CastSpellInfo.h" | |
45 #include "Weather.h" | |
46 #include "stru298.h" | |
47 #include "StorylineTextTable.h" | |
48 #include "Events2D.h" | |
49 #include "texts.h" | 19 #include "texts.h" |
50 | 20 |
51 #include "mm7_data.h" | 21 #include "mm7_data.h" |
52 | 22 |
53 | 23 |