strings.h
author celestar
Sat, 30 Dec 2006 12:49:54 +0000
branchcustombridgeheads
changeset 5600 bac9ab186cab
parent 5108 dc67d70b5a45
permissions -rw-r--r--
(svn r7645) [cbh] - Fix: In r7643, I broke the building of new bridges because I forgot to change the map-accessors. repair this
/* $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(void);

#endif /* STRINGS_H */