Mercurial > mm7
comparison UI/UIPartyCreation.cpp @ 2499:68cdef6879a0
engine folder
author | Ritor1 |
---|---|
date | Fri, 19 Sep 2014 02:57:42 +0600 |
parents | 5abd8fc8f1c6 |
children |
comparison
equal
deleted
inserted
replaced
2498:92eeeb5200f2 | 2499:68cdef6879a0 |
---|---|
4 | 4 |
5 #define _CRT_SECURE_NO_WARNINGS | 5 #define _CRT_SECURE_NO_WARNINGS |
6 #include "UIPartyCreation.h" | 6 #include "UIPartyCreation.h" |
7 #include "..\Mouse.h" | 7 #include "..\Mouse.h" |
8 #include "..\Keyboard.h" | 8 #include "..\Keyboard.h" |
9 #include "..\ErrorHandling.h" | 9 #include "..\Engine/ErrorHandling.h" |
10 | 10 |
11 #include "..\Game.h" | 11 #include "..\Engine/Game.h" |
12 #include "..\GUIWindow.h" | 12 #include "..\GUIWindow.h" |
13 #include "..\GUIFont.h" | 13 #include "..\GUIFont.h" |
14 #include "..\Party.h" | 14 #include "..\Engine/Party.h" |
15 #include "..\AudioPlayer.h" | 15 #include "..\AudioPlayer.h" |
16 #include "..\Engine/Graphics/Render.h" | 16 #include "..\Engine/Graphics/Render.h" |
17 #include "..\LOD.h" | 17 #include "..\Engine/LOD.h" |
18 #include "..\Timer.h" | 18 #include "..\Engine/Timer.h" |
19 #include "..\IconFrameTable.h" | 19 #include "..\Engine/Tables/IconFrameTable.h" |
20 #include "..\texts.h" | 20 #include "..\Engine/texts.h" |
21 | 21 |
22 #include "..\mm7_data.h" | 22 #include "..\Engine/mm7_data.h" |
23 | 23 |
24 | 24 |
25 | 25 |
26 //----- (004908DE) -------------------------------------------------------- | 26 //----- (004908DE) -------------------------------------------------------- |
27 bool PlayerCreation_Choose4Skills() | 27 bool PlayerCreation_Choose4Skills() |