Mercurial > mm7
diff UI/UIBooks.cpp @ 2499:68cdef6879a0
engine folder
author | Ritor1 |
---|---|
date | Fri, 19 Sep 2014 02:57:42 +0600 |
parents | 5abd8fc8f1c6 |
children |
line wrap: on
line diff
--- a/UI/UIBooks.cpp Fri Sep 19 00:03:04 2014 +0600 +++ b/UI/UIBooks.cpp Fri Sep 19 02:57:42 2014 +0600 @@ -3,15 +3,15 @@ #include <crtdbg.h> #define _CRT_SECURE_NO_WARNINGS -#include "..\MM7.h" +#include "..\Engine/MM7.h" #include "UIBooks.h" #include "..\Engine/Graphics/Render.h" #include "..\GUIWindow.h" #include "..\GUIFont.h" #include "..\AudioPlayer.h" -#include "..\LOD.h" +#include "..\Engine/LOD.h" -#include "..\mm7_data.h" +#include "..\Engine/mm7_data.h" //----- (00413CC6) -------------------------------------------------------- void BookUI_Draw(WindowType book)