Mercurial > mm7
comparison Engine/MMT.cpp @ 2502:a77c34acdbc9
Media folder
author | Ritor1 |
---|---|
date | Fri, 19 Sep 2014 05:13:32 +0600 |
parents | 68cdef6879a0 |
children | 9b96a51011fb |
comparison
equal
deleted
inserted
replaced
2501:0ff6a9e9bf7f | 2502:a77c34acdbc9 |
---|---|
3 #include <crtdbg.h> | 3 #include <crtdbg.h> |
4 | 4 |
5 #define _CRT_SECURE_NO_WARNINGS | 5 #define _CRT_SECURE_NO_WARNINGS |
6 | 6 |
7 #include "MMT.h" | 7 #include "MMT.h" |
8 #include "GUIWindow.h" | 8 #include "GUI/GUIWindow.h" |
9 | 9 |
10 #include "mm7_data.h" | 10 #include "mm7_data.h" |
11 #include "AudioPlayer.h" | 11 #include "Media/Audio/AudioPlayer.h" |
12 #include "Mouse.h" | 12 #include "IO/Mouse.h" |
13 #include "LOD.h" | 13 #include "LOD.h" |
14 #include "Engine/Graphics/Render.h" | 14 #include "Engine/Graphics/Render.h" |
15 #include "GUIFont.h" | 15 #include "GUI/GUIFont.h" |
16 #include "lib/libpng/png.h" | 16 #include "lib/libpng/png.h" |
17 #include "Engine/ErrorHandling.h" | 17 #include "Engine/ErrorHandling.h" |
18 #include "Bink_Smacker.h" | 18 #include "Media/Video/Bink_Smacker.h" |
19 #include "Game.h" | 19 #include "Game.h" |
20 #include "Log.h" | 20 #include "Log.h" |
21 | 21 |
22 | 22 |
23 void ShowLogoVideo() | 23 void ShowLogoVideo() |