our friend Deprecated conversion is no more :)

This commit is contained in:
Sylae Corell
2014-07-30 11:55:31 -06:00
parent 9a8f37b817
commit 297eae6a94
18 changed files with 64 additions and 76 deletions

View File

@@ -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();