added: list of arguments
edit: future framework of main
This commit is contained in:
@ -37,6 +37,12 @@ game_command curses_input::get_command() {
|
||||
|
||||
case '>':
|
||||
return game_command::down_stairs;
|
||||
case 'q':
|
||||
return game_command_terminate;
|
||||
case 'f':
|
||||
return game_command::the_world;
|
||||
case 'r':
|
||||
return game_restart;
|
||||
|
||||
default:
|
||||
return game_command_pass;
|
||||
|
Reference in New Issue
Block a user