Some more gcc deprecation cleanups
This commit is contained in:
@@ -38,10 +38,10 @@ void anax_string(short val1,short val2);
|
||||
void give_help(short help1,short help2,short parent_num);
|
||||
void put_spec_item_info (short which_i);
|
||||
void display_strings_event_filter (short item_hit);
|
||||
void display_strings(char *text1, char *text2,short str_label_1,short str_label_2,short str_label_1b,
|
||||
void display_strings(char const *text1, char const *text2,short str_label_1,short str_label_2,short str_label_1b,
|
||||
short str_label_2b,
|
||||
char *title,short sound_num,short graphic_num,short parent_num);
|
||||
void give_error(char *text1, char *text2,short parent_num);
|
||||
char const *title,short sound_num,short graphic_num,short parent_num);
|
||||
void give_error(char const *text1, char const *text2,short parent_num);
|
||||
void display_strings_with_nums(short a1,short a2, short b1, short b2,
|
||||
char *title,short sound_num,short graphic_num,short parent_num);
|
||||
|
||||
|
Reference in New Issue
Block a user