Mercurial > hg > openttd
comparison src/spritecache.cpp @ 14258:a899d4e5ee1a draft
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
author | rubidium <rubidium@openttd.org> |
---|---|
date | Fri, 15 Jan 2010 16:41:15 +0000 |
parents | 59959bee9f95 |
children | 93be1a09c608 |
comparison
equal
deleted
inserted
replaced
14257:40b920f51dd7 | 14258:a899d4e5ee1a |
---|---|
8 */ | 8 */ |
9 | 9 |
10 /** @file spritecache.cpp Caching of sprites. */ | 10 /** @file spritecache.cpp Caching of sprites. */ |
11 | 11 |
12 #include "stdafx.h" | 12 #include "stdafx.h" |
13 #include "gfx_type.h" | |
14 #include "fileio_func.h" | 13 #include "fileio_func.h" |
15 #include "spriteloader/grf.hpp" | 14 #include "spriteloader/grf.hpp" |
16 #include "gfx_func.h" | 15 #include "gfx_func.h" |
17 #ifdef WITH_PNG | 16 #ifdef WITH_PNG |
18 #include "spriteloader/png.hpp" | 17 #include "spriteloader/png.hpp" |