src/newgrf_townname.cpp
changeset 8214 971f861d5543
parent 8130 d2eb7d04f6e1
child 8264 b1e85998c7d3
equal deleted inserted replaced
8213:7bdd7593eb9b 8214:971f861d5543
     8 
     8 
     9 #include "stdafx.h"
     9 #include "stdafx.h"
    10 #include "openttd.h"
    10 #include "openttd.h"
    11 #include "table/strings.h"
    11 #include "table/strings.h"
    12 #include "newgrf_townname.h"
    12 #include "newgrf_townname.h"
    13 #include "string.h"
       
    14 #include "core/alloc_func.hpp"
    13 #include "core/alloc_func.hpp"
       
    14 #include "string_func.h"
    15 
    15 
    16 static GRFTownName *_grf_townnames = NULL;
    16 static GRFTownName *_grf_townnames = NULL;
    17 
    17 
    18 GRFTownName *GetGRFTownName(uint32 grfid)
    18 GRFTownName *GetGRFTownName(uint32 grfid)
    19 {
    19 {