3 #ifndef SPECTMORPH_CONFIG_HH
4 #define SPECTMORPH_CONFIG_HH
16 std::vector<std::string> m_debug;
18 std::string m_font_bold;
20 std::string get_config_filename();
25 void set_zoom (
int z);
27 std::vector<std::string> debug();
29 std::string font()
const;
30 std::string font_bold()
const;
Definition: smconfig.hh:14