src/strings.h
author KUDr
Wed, 03 Jan 2007 20:00:29 +0000
branchcustombridgeheads
changeset 5647 cbde85c8c878
parent 5643 3778051e8095
child 6298 c30fe89622df
child 9895 7bd07f43b0e3
permissions -rw-r--r--
(svn r7804) [cbh] - Fix: [NTP] suppress false 'Train is lost' message if destination tile was found
/* $Id$ */

#ifndef STRINGS_H
#define STRINGS_H

char *InlineString(char *buf, uint16 string);
char *GetString(char *buffr, uint16 string, const char* last);

extern char _userstring[128];

void InjectDParam(int amount);
int32 GetParamInt32(void);

#endif /* STRINGS_H */