Mercurial > mm7
comparison Engine/Graphics/Texture.cpp @ 2499:68cdef6879a0
engine folder
author | Ritor1 |
---|---|
date | Fri, 19 Sep 2014 02:57:42 +0600 |
parents | 5abd8fc8f1c6 |
children | 3a1b56ab8749 |
comparison
equal
deleted
inserted
replaced
2498:92eeeb5200f2 | 2499:68cdef6879a0 |
---|---|
4 | 4 |
5 #define _CRT_SECURE_NO_WARNINGS | 5 #define _CRT_SECURE_NO_WARNINGS |
6 #include <stdlib.h> | 6 #include <stdlib.h> |
7 | 7 |
8 #include "Texture.h" | 8 #include "Texture.h" |
9 #include "FrameTableInc.h" | 9 #include "../Tables/FrameTableInc.h" |
10 #include "LOD.h" | 10 #include "../LOD.h" |
11 #include "PaletteManager.h" | 11 #include "PaletteManager.h" |
12 #include "ErrorHandling.h" | 12 #include "../ErrorHandling.h" |
13 #include "ZlibWrapper.h" | 13 #include "../ZlibWrapper.h" |
14 | 14 |
15 #include "mm7_data.h" | 15 #include "../mm7_data.h" |
16 | 16 |
17 #include "OurMath.h" | 17 #include "../OurMath.h" |
18 | 18 |
19 | 19 |
20 | 20 |
21 | 21 |
22 | 22 |