| 56 | static string load_complete_msg = "Loading complete, press any key to start."; |
| 57 | |
| 58 | static const string _get_title_image() |
| 59 | { |
| 60 | vector<string> files = get_title_files(); |
| 61 | return files[random2(files.size())]; |
| 62 | } |
| 63 | |
| 64 | void loading_screen_open() |
| 65 | { |
no test coverage detected