strings.h
author peter1138
Thu, 28 Dec 2006 16:11:07 +0000
changeset 5652 bc39ff3dc48d
parent 5108 dc67d70b5a45
permissions -rw-r--r--
(svn r7594) -Fix (r7522): GRF config list wasn't cleared when no GRFs should be used.
/* $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 */