src/strings.cpp
changeset 7762 03721db0ac1c
parent 7555 e20900912fa2
child 7812 9e652ca4827b
equal deleted inserted replaced
7761:4fd51c26ca3c 7762:03721db0ac1c
    36 /* for opendir/readdir/closedir */
    36 /* for opendir/readdir/closedir */
    37 # include "fios.h"
    37 # include "fios.h"
    38 
    38 
    39 DynamicLanguages _dynlang;
    39 DynamicLanguages _dynlang;
    40 char _userstring[128];
    40 char _userstring[128];
       
    41 uint64 _decode_parameters[20];
    41 
    42 
    42 static char *StationGetSpecialString(char *buff, int x, const char* last);
    43 static char *StationGetSpecialString(char *buff, int x, const char* last);
    43 static char *GetSpecialTownNameString(char *buff, int ind, uint32 seed, const char* last);
    44 static char *GetSpecialTownNameString(char *buff, int ind, uint32 seed, const char* last);
    44 static char *GetSpecialPlayerNameString(char *buff, int ind, const int64 *argv, const char* last);
    45 static char *GetSpecialPlayerNameString(char *buff, int ind, const int64 *argv, const char* last);
    45 
    46