refactor: remove static variables
This commit is contained in:
@@ -6,6 +6,9 @@ namespace td {
|
||||
namespace gui {
|
||||
|
||||
class FrameMenu : public GuiWidget {
|
||||
private:
|
||||
bool m_VSync;
|
||||
bool m_IsometricView;
|
||||
public:
|
||||
FrameMenu(client::Client* client);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user