GUI: Rename some methods, start to implement new one

This commit is contained in:
Er2
2023-12-09 19:44:25 +03:00
parent 5e311cbbb3
commit b6bf9d616a
76 changed files with 883 additions and 263 deletions

View File

@@ -14,9 +14,9 @@ class PauseScreen : public Screen
{
public:
PauseScreen();
virtual void init() override;
virtual void tick() override;
virtual void render(int a, int b, float c) override;
virtual void onInit() override;
virtual void onTick() override;
virtual void onRender(int a, int b, float c) override;
virtual void buttonClicked(Button*) override;
void updateServerVisibilityText();