strings.h
author celestar
Fri, 29 Dec 2006 12:33:26 +0000
branchcustombridgeheads
changeset 5596 fdbe3e553294
parent 5108 dc67d70b5a45
permissions -rw-r--r--
(svn r7614) [cbh] - Codechange: Moved the DiagDirection of the bridge head from m5 bits 0..1 to m4 bits 5..6
/* $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 */