strings.h
author Darkvater
Sat, 09 Dec 2006 10:57:05 +0000
changeset 5297 79c1f20edadc
parent 5108 dc67d70b5a45
permissions -rw-r--r--
(svn r7450) -Codechange: Remove dead code, caption is set in the next switch block of vehicle list for all cases (Tron)
/* $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 */