src/newgrf_townname.cpp
branchnoai
changeset 9724 b39bc69bb2f2
parent 9723 eee46cb39750
equal deleted inserted replaced
9723:eee46cb39750 9724:b39bc69bb2f2
     6  * holding everything that the newgrf action 0F will send over to OpenTTD.
     6  * holding everything that the newgrf action 0F will send over to OpenTTD.
     7  */
     7  */
     8 
     8 
     9 #include "stdafx.h"
     9 #include "stdafx.h"
    10 #include "openttd.h"
    10 #include "openttd.h"
    11 #include "table/strings.h"
       
    12 #include "newgrf_townname.h"
    11 #include "newgrf_townname.h"
    13 #include "core/alloc_func.hpp"
    12 #include "core/alloc_func.hpp"
    14 #include "string_func.h"
    13 #include "string_func.h"
       
    14 
       
    15 #include "table/strings.h"
    15 
    16 
    16 static GRFTownName *_grf_townnames = NULL;
    17 static GRFTownName *_grf_townnames = NULL;
    17 
    18 
    18 GRFTownName *GetGRFTownName(uint32 grfid)
    19 GRFTownName *GetGRFTownName(uint32 grfid)
    19 {
    20 {