| 563 | } |
| 564 | |
| 565 | static bool _game_defined(const newgame_def& ng) |
| 566 | { |
| 567 | return ng.type != NUM_GAME_TYPE |
| 568 | && ng.species != SP_UNKNOWN |
| 569 | && ng.job != JOB_UNKNOWN; |
| 570 | } |
| 571 | |
| 572 | class UIStartupMenu : public Widget |
| 573 | { |
no outgoing calls
no test coverage detected