mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
e61dac6c68
When creating an atomic write stream, the file is only created once it is closed. This can be done using a temporary file. This commit only adds the API but not the proper implementation.