src/gfxinit.cpp
changeset 8709 4187ad809fe7
parent 8629 c764b6319d60
child 8710 52015340050c
equal deleted inserted replaced
8708:0c29fbc79be4 8709:4187ad809fe7
    14 #include "newgrf.h"
    14 #include "newgrf.h"
    15 #include "md5.h"
    15 #include "md5.h"
    16 #include "variables.h"
    16 #include "variables.h"
    17 #include "fontcache.h"
    17 #include "fontcache.h"
    18 #include "gfx_func.h"
    18 #include "gfx_func.h"
       
    19 #include "core/alloc_func.hpp"
    19 #include <string.h>
    20 #include <string.h>
    20 
    21 
    21 struct MD5File {
    22 struct MD5File {
    22 	const char * filename;     ///< filename
    23 	const char * filename;     ///< filename
    23 	uint8 hash[16];            ///< md5 sum of the file
    24 	uint8 hash[16];            ///< md5 sum of the file