Recast hint for spellcasters

This commit is contained in:
2025-01-18 16:42:16 -06:00
parent c38c79b12b
commit 0ef3ad81d9
6 changed files with 46 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ void redraw_screen(int refresh);
void put_background();
void draw_text_bar();
void refresh_text_bar();
void put_text_bar(std::string str);
void put_text_bar(std::string str, std::string right_str = "");
void draw_terrain(short mode = 0);
void place_trim(short q,short r,location where,ter_num_t ter_type);
void draw_trim(short q,short r,short which_trim,short which_mode);