Added /about command

Useful for showing version
This commit is contained in:
James Booth
2012-10-23 00:18:28 +01:00
parent 907b5cf801
commit d19afc3507
3 changed files with 45 additions and 18 deletions

View File

@@ -103,6 +103,7 @@ void win_bad_show(const char * const msg);
void win_remind(void);
// console window actions
void cons_about(void);
void cons_help(void);
void cons_basic_help(void);
void cons_settings_help(void);