int auto_update_transitions()
std::vector< std::string > recent_files()
Retrieves the list of recently opened files.
bool draw_num_of_bitmaps()
bool draw_terrain_codes()
std::string default_dir()
void set_auto_update_transitions(int value)
Modify, read and display user preferences.
bool draw_hex_coordinates()
Manage the empty-palette in the editor.
void remove_recent_files_entry(const std::string &path)
Removes a single entry from the recent files list.
void set_draw_terrain_codes(bool value)
void set_draw_num_of_bitmaps(bool value)
void set_draw_hex_coordinates(bool value)
void add_recent_files_entry(const std::string &path)
Adds an entry to the recent files list.