mirror of
https://github.com/edubart/otclient.git
synced 2025-12-27 02:07:10 +01:00
rename g_config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user