strings.h
author miham
Sun, 31 Dec 2006 18:55:17 +0000
changeset 5450 51392ba9952d
parent 5108 aeaef6fe53b7
permissions -rw-r--r--
(svn r7706) WebTranslator2 update to 2006-12-31 19:54:47
catalan - 3 fixed by arnaullv (3)
/* $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 */