strings.h
changeset 4912 0f51b47cb983
parent 4416 442b18840569
child 5108 aeaef6fe53b7
equal deleted inserted replaced
4911:bbaaba548c1c 4912:0f51b47cb983
     9 	*buf++ = string & 0xFF;
     9 	*buf++ = string & 0xFF;
    10 	*buf++ = string >> 8;
    10 	*buf++ = string >> 8;
    11 	return buf;
    11 	return buf;
    12 }
    12 }
    13 
    13 
    14 char *GetString(char *buffr, uint16 string);
    14 char *GetString(char *buffr, uint16 string, const char* last);
    15 
    15 
    16 extern char _userstring[128];
    16 extern char _userstring[128];
    17 
    17 
    18 void InjectDParam(int amount);
    18 void InjectDParam(int amount);
    19 int32 GetParamInt32(void);
    19 int32 GetParamInt32(void);