strings.h
author peter1138
Sun, 10 Dec 2006 21:39:38 +0000
changeset 5317 a41d1389c092
parent 5108 aeaef6fe53b7
permissions -rw-r--r--
(svn r7475) -Fix (r7348): sanity check NewGRF action 8 strings for null terminator
/* $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 */