strings.c
changeset 430 2e9a2e9fcf11
parent 425 97d601c182f0
child 504 e6db3af9822e
equal deleted inserted replaced
429:ab1b57201771 430:2e9a2e9fcf11
     2 #include "ttd.h"
     2 #include "ttd.h"
     3 #include "station.h"
     3 #include "station.h"
     4 #include "town.h"
     4 #include "town.h"
     5 #include "vehicle.h"
     5 #include "vehicle.h"
     6 #include "news.h"
     6 #include "news.h"
       
     7 #include "screenshot.h"
     7 
     8 
     8 #define USE_TABLE(x)  { assert(index < lengthof(x)); str = x[index]; break; }
     9 #define USE_TABLE(x)  { assert(index < lengthof(x)); str = x[index]; break; }
     9 
    10 
    10 static byte *StationGetSpecialString(byte *buff);
    11 static byte *StationGetSpecialString(byte *buff);
    11 static byte *GetSpecialTownNameString(byte *buff, int ind);
    12 static byte *GetSpecialTownNameString(byte *buff, int ind);