Moved cons_show_wins() to console module

This commit is contained in:
James Booth
2013-04-21 00:32:31 +01:00
parent a234ba0cd6
commit 867774ce57
3 changed files with 86 additions and 77 deletions

View File

@@ -40,6 +40,10 @@
#include "xmpp/xmpp.h"
#define INP_WIN_MAX 1000
#define NUM_WINS 10
// holds console at index 0 and chat wins 1 through to 9
ProfWin* windows[NUM_WINS];
// gui startup and shutdown, resize
void ui_init(void);