comparison UI/UIPartyCreation.cpp @ 1299:8c2f689b5f0b

folder UI
author Ritor1
date Thu, 20 Jun 2013 12:16:47 +0600
parents b97d0cdd6c79
children 7cc3b01a92ac
comparison
equal deleted inserted replaced
1298:b97d0cdd6c79 1299:8c2f689b5f0b
3 #endif 3 #endif
4 4
5 #include <assert.h> 5 #include <assert.h>
6 6
7 7
8 #include "Mouse.h" 8 #include "..\Mouse.h"
9 #include "Keyboard.h" 9 #include "..\Keyboard.h"
10 10
11 #include "Game.h" 11 #include "..\Game.h"
12 #include "GUIWindow.h" 12 #include "..\GUIWindow.h"
13 #include "GUIFont.h" 13 #include "..\GUIFont.h"
14 #include "Party.h" 14 #include "..\Party.h"
15 #include "AudioPlayer.h" 15 #include "..\AudioPlayer.h"
16 #include "Render.h" 16 #include "..\Render.h"
17 #include "LOD.h" 17 #include "..\LOD.h"
18 #include "Allocator.h" 18 #include "..\Allocator.h"
19 #include "Time.h" 19 #include "..\Time.h"
20 #include "IconFrameTable.h" 20 #include "..\IconFrameTable.h"
21 #include "texts.h" 21 #include "..\texts.h"
22 22
23 #include "mm7_data.h" 23 #include "..\mm7_data.h"
24 24
25 25
26 26
27 //----- (004908DE) -------------------------------------------------------- 27 //----- (004908DE) --------------------------------------------------------
28 signed int __cdecl PlayerCreation_Chose4Skills() 28 signed int __cdecl PlayerCreation_Chose4Skills()