#include "AppHdr.h"
#include "ng-input.h"
#include "cio.h"
#include "files.h"
#include "menu.h"
#include "options.h"
#include "stuff.h"
Functions | |
void | opening_screen (void) |
bool | is_good_name (const std::string &name, bool blankOK, bool verbose) |
void | enter_player_name (newgame_def *ng) |
bool | validate_player_name (const std::string &name, bool verbose) |
Variables | |
std::string | init_file_error |
void enter_player_name | ( | newgame_def * | ng | ) |
bool is_good_name | ( | const std::string & | name, | |
bool | blankOK, | |||
bool | verbose | |||
) |
void opening_screen | ( | void | ) |
bool validate_player_name | ( | const std::string & | name, | |
bool | verbose | |||
) |