strings.h
author miham
Wed, 13 Dec 2006 18:47:59 +0000
changeset 5331 f581ed3807ef
parent 5108 dc67d70b5a45
permissions -rw-r--r--
(svn r7492) [Translations] Moved esperanto from unfinished, as it is nearly complete
/* $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 */