mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
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.