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

@@ -20,8 +20,9 @@ public:
virtual void addMessage(const std::string& str);
virtual void onInventoryUpdated();
virtual void tick();
virtual void render(float f, bool bHaveScreen, int mouseX, int mouseY);
virtual void onTick();
virtual void onRender(float f, bool bHaveScreen, int mouseX, int mouseY);
virtual bool isInside(int mx, int my);
virtual void handleClick(int id, int mx, int my);