strings.h
author peter1138
Wed, 29 Nov 2006 11:48:47 +0000
changeset 5175 e528d197bbdd
parent 5108 aeaef6fe53b7
permissions -rw-r--r--
(svn r7285) -Fix (r7282): Our vehstatus is a byte, not a word.
/* $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 */