Refactor text-bar text calculation
This commit is contained in:
@@ -29,7 +29,9 @@ void end_startup();
|
||||
void load_main_screen();
|
||||
void redraw_screen(int refresh);
|
||||
void put_background();
|
||||
std::pair<std::string, std::string> text_bar_text();
|
||||
void draw_text_bar();
|
||||
void draw_text_bar(std::pair<std::string,std::string>);
|
||||
void refresh_text_bar();
|
||||
void put_text_bar(std::string str, std::string right_str = "");
|
||||
void draw_terrain(short mode = 0);
|
||||
|
Reference in New Issue
Block a user