strings.h
author Darkvater
Sun, 10 Dec 2006 15:21:48 +0000
changeset 5314 fda2b099eec5
parent 5108 aeaef6fe53b7
permissions -rw-r--r--
(svn r7470) -Codechange: Leave elrails enabled after loading old (pre-optional) and very old (pre-elrails) games. Let the user manually disable if if undesired.
/* $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 */