strings.h
author Darkvater
Thu, 10 Mar 2005 22:03:55 +0000
changeset 1483 0e6f39e00daf
parent 1312 8defbb525d09
child 1553 4976359e2bf9
permissions -rw-r--r--
(svn r1987) - Cleanup: remove the last remaining dinosaurs of a dead console
#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