our friend Deprecated conversion is no more :)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef _NEWGRAPH_H
|
||||
#define _NEWGRAPH_H
|
||||
|
||||
|
||||
typedef struct {
|
||||
char word[15];
|
||||
RECT word_rect;
|
||||
@@ -26,8 +26,8 @@ item_record_type store_mage_spells(short which_s) ;
|
||||
item_record_type store_priest_spells(short which_s);
|
||||
item_record_type store_alchemy(short which_s);
|
||||
void get_item_interesting_string(item_record_type item,char *message);
|
||||
void click_talk_rect(char *str_to_place,char *str_to_place2,RECT c_rect);
|
||||
void place_talk_str(char *str_to_place,char *str_to_place2,short color,RECT c_rect);
|
||||
void click_talk_rect(char const *str_to_place,char const *str_to_place2,RECT c_rect);
|
||||
void place_talk_str(char const *str_to_place,char const *str_to_place2,short color,RECT c_rect);
|
||||
short scan_for_response(char *str);
|
||||
void refresh_talking();
|
||||
|
||||
|
Reference in New Issue
Block a user