15 #ifndef EDITOR_PREFERENCES_HPP_INCLUDED
16 #define EDITOR_PREFERENCES_HPP_INCLUDED
25 namespace TransitionUpdateMode {
int auto_update_transitions()
std::vector< std::string > recent_files()
Retrieves the list of recently opened files.
bool draw_terrain_codes()
std::string default_dir()
GLsizei const char ** path
GLsizei const GLfloat * value
void set_auto_update_transitions(int value)
Modify, read and display user preferences.
bool draw_hex_coordinates()
Manage the empty-palette in the editor.
GLuint GLuint GLsizei count
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_hex_coordinates(bool value)
void add_recent_files_entry(const std::string &path)
Adds an entry to the recent files list.
GLsizei const GLcharARB ** string