comparison UI/UIBooks.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
1 #define _CRTDBG_MAP_ALLOC 1 #define _CRTDBG_MAP_ALLOC
2 #include <stdlib.h> 2 #include <stdlib.h>
3 #include <crtdbg.h> 3 #include <crtdbg.h>
4 4
5 #define _CRT_SECURE_NO_WARNINGS 5 #define _CRT_SECURE_NO_WARNINGS
6 #include "..\MM7.h" 6 #include "..\Engine/MM7.h"
7 #include "UIBooks.h" 7 #include "UIBooks.h"
8 #include "..\Engine/Graphics/Render.h" 8 #include "..\Engine/Graphics/Render.h"
9 #include "..\GUIWindow.h" 9 #include "..\GUIWindow.h"
10 #include "..\GUIFont.h" 10 #include "..\GUIFont.h"
11 #include "..\AudioPlayer.h" 11 #include "..\AudioPlayer.h"
12 #include "..\LOD.h" 12 #include "..\Engine/LOD.h"
13 13
14 #include "..\mm7_data.h" 14 #include "..\Engine/mm7_data.h"
15 15
16 //----- (00413CC6) -------------------------------------------------------- 16 //----- (00413CC6) --------------------------------------------------------
17 void BookUI_Draw(WindowType book) 17 void BookUI_Draw(WindowType book)
18 { 18 {
19 pRenderer->DrawTextureIndexed(471, 445, pIcons_LOD->GetTexture(uExitCancelTextureId)); 19 pRenderer->DrawTextureIndexed(471, 445, pIcons_LOD->GetTexture(uExitCancelTextureId));