Implemented /occupants hide

This commit is contained in:
James Booth
2014-10-09 21:27:16 +01:00
parent 778a495fbd
commit 73262221f5
5 changed files with 33 additions and 4 deletions

View File

@@ -102,5 +102,6 @@ void win_save_print(ProfWin *window, const char show_char, GTimeVal *tstamp, int
void win_save_println(ProfWin *window, const char * const message);
void win_save_newline(ProfWin *window);
void win_redraw(ProfWin *window);
void win_hide_subwin(ProfWin *window);
#endif