| 180 | } |
| 181 | |
| 182 | void GetSaveFileNameForSlot( |
| 183 | const unsigned int slot_number, |
| 184 | char* const out_file_name, |
| 185 | const unsigned int out_file_name_max_length ) |
| 186 | { |
| 187 | std::snprintf( out_file_name, out_file_name_max_length, SAVES_DIR"/save_%02d.pcs", slot_number ); |
| 188 | } |
| 189 | |
| 190 | void CreateSlotSavesDir() |
| 191 | { |
no outgoing calls
no test coverage detected