strings.h
author Darkvater
Tue, 08 Mar 2005 17:32:34 +0000
changeset 1457 6a8ca2f51a8b
parent 1312 8defbb525d09
child 1553 4976359e2bf9
permissions -rw-r--r--
(svn r1961) - Fix: [ 1158618 ] Segmentation fault when loading savegame, out of bounds array check.
#ifndef STRINGS_H
#define STRINGS_H

char *GetString(char *buffr, uint16 string);

void InjectDParam(int amount);

int32 GetParamInt32(void);
int GetParamInt16(void);
int GetParamInt8(void);
int GetParamUint16(void);

uint GetCurrentCurrencyRate(void);

#endif