view src/strings.h @ 5928:b6f09b339e6d draft

(svn r8565) -Fix Fix indentation
author tron <tron@openttd.org>
date Sat, 03 Feb 2007 20:15:17 +0000
parents eabf4b86aed6
children 57363e064324
line wrap: on
line source

/* $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 */