Bind console functions in main.c

This commit is contained in:
James Booth
2013-12-23 00:08:45 +00:00
parent a6859354b4
commit 7fe8f61b9b
3 changed files with 68 additions and 64 deletions

View File

@@ -42,6 +42,7 @@
#define INP_WIN_MAX 1000
void ui_init_module(void);
void console_init_module(void);
// ui startup and control
void (*ui_init)(void);