src/strings.h
author rubidium
Tue, 20 Mar 2007 14:01:21 +0000
changeset 6670 86c087999542
parent 6646 0e3b3d315288
child 6307 f40e88cff863
permissions -rw-r--r--
(svn r9373) -Fix (r9271): the chosen language was not stored nor read properly in/from the cfg.
/* $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();

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

#endif /* STRINGS_H */