00001 #ifndef NG_INPUT_H 00002 #define NG_INPUT_H 00003 00004 struct newgame_def; 00005 00006 void opening_screen(); 00007 bool validate_player_name(const std::string &name, bool verbose); 00008 bool is_good_name(const std::string &name, bool blankOK, bool verbose); 00009 void enter_player_name(newgame_def* ng); 00010 00011 #endif