comparison UI/UICharacter.cpp @ 1299:8c2f689b5f0b

folder UI
author Ritor1
date Thu, 20 Jun 2013 12:16:47 +0600
parents b97d0cdd6c79
children 61010a655c94
comparison
equal deleted inserted replaced
1298:b97d0cdd6c79 1299:8c2f689b5f0b
4 4
5 #include <assert.h> 5 #include <assert.h>
6 6
7 #include <algorithm> 7 #include <algorithm>
8 8
9 #include "MM7.h" 9 #include "..\MM7.h"
10 10
11 #include "MapInfo.h" 11 #include "..\MapInfo.h"
12 #include "Game.h" 12 #include "..\Game.h"
13 #include "GUIWindow.h" 13 #include "..\GUIWindow.h"
14 #include "GUIFont.h" 14 #include "..\GUIFont.h"
15 #include "GUIProgressBar.h" 15 #include "..\GUIProgressBar.h"
16 #include "Party.h" 16 #include "..\Party.h"
17 #include "AudioPlayer.h" 17 #include "..\AudioPlayer.h"
18 #include "Render.h" 18 #include "..\Render.h"
19 #include "IndoorCamera.h" 19 #include "..\IndoorCamera.h"
20 #include "LOD.h" 20 #include "..\LOD.h"
21 #include "Viewport.h" 21 #include "..\Viewport.h"
22 #include "Time.h" 22 #include "..\Time.h"
23 #include "Awards.h" 23 #include "..\Awards.h"
24 #include "CastSpellInfo.h" 24 #include "..\CastSpellInfo.h"
25 #include "texts.h" 25 #include "..\texts.h"
26 26
27 #include "mm7_data.h" 27 #include "..\mm7_data.h"
28 #include "Mouse.h" 28 #include "..\Mouse.h"
29 #include "Allocator.h" 29 #include "..\Allocator.h"
30 30
31 31
32 int bRingsShownInCharScreen; // 5118E0 32 int bRingsShownInCharScreen; // 5118E0
33 33
34 34