Moved cons_about() to console module

This commit is contained in:
James Booth
2013-04-20 23:39:17 +01:00
parent 3e66b0a9d2
commit c7100203e4
8 changed files with 404 additions and 382 deletions

View File

@@ -39,4 +39,6 @@ typedef struct prof_win_t {
ProfWin* window_create(const char * const title, int cols, win_type_t type);
void window_free(ProfWin *window);
void window_show_time(ProfWin* window, char show_char);
#endif