summaryrefslogtreecommitdiff
path: root/src/strings.h
blob: 56893346cdf114404386c98c268b62f8f1cbf9b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* $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 */