src/spritecache.cpp
changeset 8627 448ebf3a8291
parent 8626 440dfcd14c4a
child 8710 52015340050c
equal deleted inserted replaced
8626:440dfcd14c4a 8627:448ebf3a8291
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "variables.h"
     7 #include "variables.h"
     8 #include "string.h"
     8 #include "string.h"
     9 #include "debug.h"
     9 #include "debug.h"
    10 #include "functions.h"
       
    11 #include "spritecache.h"
    10 #include "spritecache.h"
    12 #include "table/sprites.h"
    11 #include "table/sprites.h"
    13 #include "fileio.h"
    12 #include "fileio.h"
    14 #include "spriteloader/grf.hpp"
    13 #include "spriteloader/grf.hpp"
    15 #include "core/alloc_func.hpp"
    14 #include "core/alloc_func.hpp"
       
    15 #include "core/math_func.hpp"
    16 #ifdef WITH_PNG
    16 #ifdef WITH_PNG
    17 #include "spriteloader/png.hpp"
    17 #include "spriteloader/png.hpp"
    18 #endif /* WITH_PNG */
    18 #endif /* WITH_PNG */
    19 #include "blitter/factory.hpp"
    19 #include "blitter/factory.hpp"
    20 
    20