strings.h
author darkvater
Thu, 24 Mar 2005 19:40:48 +0000
changeset 1547 b6c044db8bb1
parent 1312 8defbb525d09
child 1553 4976359e2bf9
permissions -rw-r--r--
(svn r2051) - Remove trailing tabs from vs.net project file
- Set proper line-ending for newly added files waypoint.[ch]. PLEASE don't forget this!
#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