equal
deleted
inserted
replaced
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 |