branch | custombridgeheads |
changeset 5643 | 3778051e8095 |
parent 5108 | dc67d70b5a45 |
child 6298 | c30fe89622df |
child 9895 | 7bd07f43b0e3 |
5642:bfa6074e2833 | 5643:3778051e8095 |
---|---|
1 /* $Id$ */ |
|
2 |
|
3 #ifndef STRINGS_H |
|
4 #define STRINGS_H |
|
5 |
|
6 char *InlineString(char *buf, uint16 string); |
|
7 char *GetString(char *buffr, uint16 string, const char* last); |
|
8 |
|
9 extern char _userstring[128]; |
|
10 |
|
11 void InjectDParam(int amount); |
|
12 int32 GetParamInt32(void); |
|
13 |
|
14 #endif /* STRINGS_H */ |