#include "config.hpp"
Go to the source code of this file.
Classes | |
class | savegame::save_info |
Filename and modification date for a file list. More... | |
struct | savegame::save_info_less_time |
A structure for comparing to save_info objects based on their modified time. More... | |
class | savegame::create_save_info |
class | savegame::save_index_class |
Namespaces | |
savegame | |
Functions | |
void | savegame::read_save_file (const std::string &dir, const std::string &name, config &cfg, std::string *error_log) |
Read the complete config information out of a savefile. More... | |