strings.h
author peter1138
Mon, 01 Jan 2007 15:04:35 +0000
changeset 5708 76382881636e
parent 5108 dc67d70b5a45
permissions -rw-r--r--
(svn r7718) -Fix (runknown): When pathfinding onto a bridge or tunnel end from
previous tile (but not warping from the opposite end) check the
enter direction. This fixes signal setting if a rail ends on the top of
a tunnel end.
/* $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 */