strings.c
changeset 2159 f6284cf5fab0
parent 2150 f710b959b1c4
child 2163 b17b313113a0
equal deleted inserted replaced
2158:722042326977 2159:f6284cf5fab0
     9 #include "vehicle.h"
     9 #include "vehicle.h"
    10 #include "news.h"
    10 #include "news.h"
    11 #include "screenshot.h"
    11 #include "screenshot.h"
    12 #include "waypoint.h"
    12 #include "waypoint.h"
    13 #include "industry.h"
    13 #include "industry.h"
       
    14 #include "variables.h"
    14 
    15 
    15 static char *StationGetSpecialString(char *buff, int x);
    16 static char *StationGetSpecialString(char *buff, int x);
    16 static char *GetSpecialTownNameString(char *buff, int ind, uint32 seed);
    17 static char *GetSpecialTownNameString(char *buff, int ind, uint32 seed);
    17 static char *GetSpecialPlayerNameString(char *buff, int ind, const int32 *argv);
    18 static char *GetSpecialPlayerNameString(char *buff, int ind, const int32 *argv);
    18 
    19