strings.h
author Darkvater
Fri, 22 Dec 2006 01:17:33 +0000
changeset 5359 ae833a99327e
parent 5108 aeaef6fe53b7
permissions -rw-r--r--
(svn r7539) -Add Esperanto to VS project files and update changelog with added languages information.
/* $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 */