src/gfxinit.cpp
changeset 8619 c2434269c3eb
parent 8617 931e0970d509
child 8627 448ebf3a8291
equal deleted inserted replaced
8618:6c3e824e83e4 8619:c2434269c3eb
    14 #include "string.h"
    14 #include "string.h"
    15 #include "newgrf.h"
    15 #include "newgrf.h"
    16 #include "md5.h"
    16 #include "md5.h"
    17 #include "variables.h"
    17 #include "variables.h"
    18 #include "fontcache.h"
    18 #include "fontcache.h"
       
    19 #include "gfx_func.h"
    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 	md5_byte_t hash[16];       ///< md5 sum of the file
    24 	md5_byte_t hash[16];       ///< md5 sum of the file