src/strings.h
author truelight
Mon, 19 Mar 2007 12:30:11 +0000
branchnoai
changeset 9475 58c20c0e394f
parent 6573 7624f942237f
child 6303 84c215fc8eb8
permissions -rw-r--r--
(svn r9320) [NoAI] -Fix: added some doxygen comments to make doxygen happy
/* $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();

#endif /* STRINGS_H */