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