Mercurial > mm7
comparison UI/UISaveLoad.cpp @ 1299:8c2f689b5f0b
folder UI
author | Ritor1 |
---|---|
date | Thu, 20 Jun 2013 12:16:47 +0600 |
parents | b97d0cdd6c79 |
children | c4ab816fcc5e |
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 #include <io.h> | 6 #include <io.h> |
7 #include "MM7.h" | 7 #include "..\MM7.h" |
8 | 8 |
9 #include "Keyboard.h" | 9 #include "..\Keyboard.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 "Render.h" | 14 #include "..\Render.h" |
15 #include "IndoorCamera.h" | 15 #include "..\IndoorCamera.h" |
16 #include "LOD.h" | 16 #include "..\LOD.h" |
17 #include "Allocator.h" | 17 #include "..\Allocator.h" |
18 #include "SaveLoad.h" | 18 #include "..\SaveLoad.h" |
19 #include "texts.h" | 19 #include "..\texts.h" |
20 | 20 |
21 #include "mm7_data.h" | 21 #include "..\mm7_data.h" |
22 | 22 |
23 | 23 |
24 //----- (004601B7) -------------------------------------------------------- | 24 //----- (004601B7) -------------------------------------------------------- |
25 static void UI_DrawSaveLoad(bool save) | 25 static void UI_DrawSaveLoad(bool save) |
26 { | 26 { |