strings.h
author matthijs
Fri, 29 Dec 2006 21:26:32 +0000
changeset 5421 bd1b71c8a56a
parent 5108 aeaef6fe53b7
permissions -rw-r--r--
(svn r7624) -Fix (FS#470): Also install openttd.32.bmp on make install, used as window icon by SDL (to be ported to 0.5).
/* $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 */