Enumerations | |
enum | format { NONE, GZIP, BZIP2 } |
Functions | |
std::string | format_extension (format compression_format) |
enum compression::format |
Enumerator | |
---|---|
NONE | |
GZIP | |
BZIP2 |
Definition at line 21 of file compression.hpp.
|
inline |
Definition at line 27 of file compression.hpp.
References BZIP2, GZIP, and NONE.
Referenced by play_controller::hotkey_handler::expand_autosaves(), savegame::save_game_exists(), and savegame::savegame::write_game_to_disk().