Enumerations | |
| enum class | format { none , gzip , bzip2 } |
Functions | |
| std::string | format_extension (format compression_format) |
|
strong |
| Enumerator | |
|---|---|
| none | |
| gzip | |
| bzip2 | |
Definition at line 22 of file compression.hpp.
|
inline |
Definition at line 24 of file compression.hpp.
References bzip2, gzip, and none.
Referenced by savegame::save_game_exists(), and savegame::savegame::write_game_to_disk().