strings.h
author tron
Sun, 06 Feb 2005 08:18:00 +0000
changeset 1309 dab90d4cbf2d
child 1312 8defbb525d09
permissions -rw-r--r--
(svn r1813) Declare functions implemented in strings.c in their own shiny new header (though i think some of these function don't belong into strings.c)
#ifndef STRINGS_H
#define STRINGS_H

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

void InjectDParam(int amount);

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

uint GetCurrentCurrencyRate(void);

#endif