Bind ui core functions in main.c

This commit is contained in:
James Booth
2013-12-22 23:54:22 +00:00
parent 6a9bb8ea11
commit a6859354b4
3 changed files with 78 additions and 81 deletions

View File

@@ -41,6 +41,8 @@
#define INP_WIN_MAX 1000
void ui_init_module(void);
// ui startup and control
void (*ui_init)(void);
void (*ui_load_colours)(void);