Added win_current_is_console()

This commit is contained in:
James Booth
2013-01-11 01:05:59 +00:00
parent 62c102860c
commit 1cc5353697
3 changed files with 8 additions and 2 deletions

View File

@@ -97,6 +97,7 @@ void title_bar_draw(void);
// current window actions
void win_current_close(void);
int win_current_is_console(void);
int win_current_is_chat(void);
int win_current_is_groupchat(void);
int win_current_is_private(void);