comparison UI/UIBooks.cpp @ 1299:8c2f689b5f0b

folder UI
author Ritor1
date Thu, 20 Jun 2013 12:16:47 +0600
parents b97d0cdd6c79
children 0665a061132b
comparison
equal deleted inserted replaced
1298:b97d0cdd6c79 1299:8c2f689b5f0b
2 #define _CRT_SECURE_NO_WARNINGS 2 #define _CRT_SECURE_NO_WARNINGS
3 #endif 3 #endif
4 4
5 #include <assert.h> 5 #include <assert.h>
6 6
7 #include "MM7.h" 7 #include "..\MM7.h"
8 8
9 #include "Mouse.h" 9 #include "..\Mouse.h"
10 10
11 #include "MapInfo.h" 11 #include "..\MapInfo.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 "Outdoor.h" 16 #include "..\Outdoor.h"
17 #include "LOD.h" 17 #include "..\LOD.h"
18 #include "Allocator.h" 18 #include "..\Allocator.h"
19 #include "Viewport.h" 19 #include "..\Viewport.h"
20 #include "Math.h" 20 #include "..\Math.h"
21 #include "Awards.h" 21 #include "..\Awards.h"
22 #include "Autonotes.h" 22 #include "..\Autonotes.h"
23 #include "StorylineTextTable.h" 23 #include "..\StorylineTextTable.h"
24 #include "texts.h" 24 #include "..\texts.h"
25 25
26 #include "mm7_data.h" 26 #include "..\mm7_data.h"
27 27
28 28
29 29
30 30
31 31