Mercurial > mm7
comparison Engine/Graphics/Render.cpp @ 2499:68cdef6879a0
engine folder
author | Ritor1 |
---|---|
date | Fri, 19 Sep 2014 02:57:42 +0600 |
parents | 5abd8fc8f1c6 |
children | a77c34acdbc9 |
comparison
equal
deleted
inserted
replaced
2498:92eeeb5200f2 | 2499:68cdef6879a0 |
---|---|
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 | 6 |
7 #include "ZlibWrapper.h" | 7 #include "../ZlibWrapper.h" |
8 #include "ErrorHandling.h" | 8 #include "../ErrorHandling.h" |
9 | 9 |
10 #include "Render.h" | 10 #include "Render.h" |
11 #include "MediaPlayer.h" | 11 #include "MediaPlayer.h" |
12 #include "Sprites.h" | 12 #include "Sprites.h" |
13 #include "Mouse.h" | 13 #include "Mouse.h" |
14 #include "Engine/Graphics/GammaControl.h" | 14 #include "GammaControl.h" |
15 #include "stru6.h" | 15 #include "stru6.h" |
16 #include "GUIWindow.h" | 16 #include "GUIWindow.h" |
17 #include "DecalBuilder.h" | 17 #include "DecalBuilder.h" |
18 #include "ParticleEngine.h" | 18 #include "ParticleEngine.h" |
19 #include "Outdoor.h" | 19 #include "Outdoor.h" |
20 #include "Party.h" | 20 #include "../Party.h" |
21 #include "LOD.h" | 21 #include "../LOD.h" |
22 #include "Viewport.h" | 22 #include "Viewport.h" |
23 #include "OurMath.h" | 23 #include "../OurMath.h" |
24 #include "PaletteManager.h" | 24 #include "PaletteManager.h" |
25 #include "Timer.h" | 25 #include "../Timer.h" |
26 #include "Game.h" | 26 #include "../Game.h" |
27 #include "LightmapBuilder.h" | 27 #include "LightmapBuilder.h" |
28 #include "ObjectList.h" | 28 #include "../Objects/ObjectList.h" |
29 #include "SpriteObject.h" | 29 #include "../Objects/SpriteObject.h" |
30 #include "DecorationList.h" | 30 #include "DecorationList.h" |
31 #include "Actor.h" | 31 #include "../Objects/Actor.h" |
32 #include "Log.h" | 32 #include "../Log.h" |
33 #include "MM7.h" | 33 #include "../MM7.h" |
34 #include "Lights.h" | 34 #include "Lights.h" |
35 #include "Engine/Graphics/Level/Decoration.h" | 35 #include "Level/Decoration.h" |
36 #include "Vis.h" | 36 #include "Vis.h" |
37 #include "Registry.h" | 37 #include "../Registry.h" |
38 #include "Weather.h" | 38 #include "Weather.h" |
39 #include "MMT.h" | 39 #include "../MMT.h" |
40 | 40 |
41 | 41 |
42 //#pragma comment(lib, "lib\\legacy_dx\\lib\\ddraw.lib") | 42 //#pragma comment(lib, "lib\\legacy_dx\\lib\\ddraw.lib") |
43 //#pragma comment(lib, "lib\\legacy_dx\\lib\\dxguid.lib") | 43 //#pragma comment(lib, "lib\\legacy_dx\\lib\\dxguid.lib") |
44 | 44 |