Mercurial > mm7
comparison GUI/UI/UIPopup.cpp @ 2548:87e5590d034b
All Books windows are refactored into respective classes
author | a.parshin |
---|---|
date | Tue, 12 May 2015 03:24:19 +0200 |
parents | c674d547cc7c |
children | fb42e2662c38 |
comparison
equal
deleted
inserted
replaced
2547:fed97f15d1e1 | 2548:87e5590d034b |
---|---|
1 #define _CRTDBG_MAP_ALLOC | 1 #define _CRTDBG_MAP_ALLOC |
2 #define _CRT_SECURE_NO_WARNINGS | |
2 #include <stdlib.h> | 3 #include <stdlib.h> |
3 #include <crtdbg.h> | 4 #include <crtdbg.h> |
4 | 5 |
5 #define _CRT_SECURE_NO_WARNINGS | |
6 | |
7 #include "Engine/Engine.h" | 6 #include "Engine/Engine.h" |
7 #include "Engine/Graphics/Sprites.h" | |
8 #include "Engine/Graphics/Vis.h" | |
9 #include "Engine/Party.h" | |
10 #include "Engine/LOD.h" | |
11 #include "Engine/Objects/Actor.h" | |
12 #include "Engine/Graphics/Viewport.h" | |
13 #include "Engine/Objects/SpriteObject.h" | |
14 #include "Engine/Objects/ObjectList.h" | |
15 #include "Engine/Objects/Chest.h" | |
16 #include "Engine/Graphics/PaletteManager.h" | |
17 #include "Engine/Timer.h" | |
18 #include "Engine/texts.h" | |
19 #include "Engine/Events.h" | |
20 | |
21 #include "IO/Mouse.h" | |
22 | |
23 #include "GUI/UI/Books/MapBook.h" | |
24 #include "GUI/GUIFont.h" | |
25 | |
26 #include "Media/Audio/AudioPlayer.h" | |
8 | 27 |
9 #include "UIPopup.h" | 28 #include "UIPopup.h" |
10 #include "Books\UIMapBook.h" | |
11 #include "UIShops.h" | 29 #include "UIShops.h" |
12 | |
13 #include "..\../IO/Mouse.h" | |
14 | |
15 #include "..\../Engine/Graphics/Sprites.h" | |
16 #include "..\../Engine/Graphics/Vis.h" | |
17 #include "..\../GUI/GUIWindow.h" | |
18 #include "..\../GUI/GUIFont.h" | |
19 #include "..\../Engine/Party.h" | |
20 #include "..\../Media/Audio/AudioPlayer.h" | |
21 #include "..\../Engine/LOD.h" | |
22 #include "..\../Engine/Objects/Actor.h" | |
23 #include "..\../Engine/Graphics/Viewport.h" | |
24 #include "..\../Engine/Objects/SpriteObject.h" | |
25 #include "..\../Engine/Objects/ObjectList.h" | |
26 #include "..\../Engine/Objects/Chest.h" | |
27 #include "..\../Engine/Graphics/PaletteManager.h" | |
28 #include "..\../Engine/Timer.h" | |
29 #include "..\../Engine/texts.h" | |
30 #include "..\../Engine/Events.h" | |
31 | 30 |
32 static char static_sub_417BB5_out_string[1200]; // static to a file, not sub actually | 31 static char static_sub_417BB5_out_string[1200]; // static to a file, not sub actually |
33 | 32 |
34 | 33 |
35 //----- (004179BC) -------------------------------------------------------- | 34 //----- (004179BC) -------------------------------------------------------- |