strings.h
changeset 2063 ae866a12f2df
parent 2056 82409767ec35
child 2087 a03690e33b66
equal deleted inserted replaced
2062:57db03be52ad 2063:ae866a12f2df
     8 	*buf++ = string >> 8;
     8 	*buf++ = string >> 8;
     9 	return buf;
     9 	return buf;
    10 }
    10 }
    11 
    11 
    12 char *GetString(char *buffr, uint16 string);
    12 char *GetString(char *buffr, uint16 string);
       
    13 char *GetStringWithArgs(char *buffr, uint16 string, const int32 *argv);
       
    14 
    13 void InjectDParam(int amount);
    15 void InjectDParam(int amount);
    14 int32 GetParamInt32(void);
    16 int32 GetParamInt32(void);
    15 uint GetCurrentCurrencyRate(void);
    17 uint GetCurrentCurrencyRate(void);
    16 
    18 
    17 #endif
    19 #endif