src/strings.h
author rubidium
Wed, 18 Apr 2007 22:10:36 +0000
changeset 6491 00dc414c909d
parent 6420 456c275f3313
child 6793 05d91fa1c75c
permissions -rw-r--r--
(svn r9672) -Cleanup: lots of coding style fixes around operands.
/* $Id$ */

/** @file strings.h */

#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();

bool ReadLanguagePack(int index);
void InitializeLanguagePacks();

#endif /* STRINGS_H */