rename g_config

This commit is contained in:
Eduardo Bart
2011-04-06 17:53:00 -03:00
parent 5ab943ce13
commit b1ec45783e
6 changed files with 41 additions and 42 deletions

View File

@@ -36,12 +36,10 @@ public:
/// Load font from file
bool load(const std::string &file);
std::string& getName() { return m_name; }
const std::string& getName() const { return m_name; }
private:
std::string m_name;
};
typedef std::shared_ptr<Font> FontPtr;
#endif // FONT_H