File diff r2200:e7230ee22524 → r2201:660b847c7f07
strings.c
Show inline comments
 
@@ -13,12 +13,14 @@
 
#include "news.h"
 
#include "screenshot.h"
 
#include "waypoint.h"
 
#include "industry.h"
 
#include "variables.h"
 

	
 
char _userstring[128];
 

	
 
static char *StationGetSpecialString(char *buff, int x);
 
static char *GetSpecialTownNameString(char *buff, int ind, uint32 seed);
 
static char *GetSpecialPlayerNameString(char *buff, int ind, const int32 *argv);
 

	
 
static char *FormatString(char *buff, const char *str, const int32 *argv, uint casei);