strings.h
changeset 2202 c1ad4a86798b
parent 2186 db48cf29b983
child 2291 c142846954ee
equal deleted inserted replaced
2201:f240b3c7e2ec 2202:c1ad4a86798b
    12 }
    12 }
    13 
    13 
    14 char *GetString(char *buffr, uint16 string);
    14 char *GetString(char *buffr, uint16 string);
    15 char *GetStringWithArgs(char *buffr, uint string, const int32 *argv);
    15 char *GetStringWithArgs(char *buffr, uint string, const int32 *argv);
    16 
    16 
       
    17 extern char _userstring[128];
       
    18 
    17 void InjectDParam(int amount);
    19 void InjectDParam(int amount);
    18 int32 GetParamInt32(void);
    20 int32 GetParamInt32(void);
    19 uint GetCurrentCurrencyRate(void);
    21 uint GetCurrentCurrencyRate(void);
    20 
    22 
    21 #endif
    23 #endif