mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
GUI: Rename some methods, start to implement new one
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
class ProgressScreen : public Screen
|
||||
{
|
||||
public:
|
||||
void render(int, int, float) override;
|
||||
void onRender(int, int, float) override;
|
||||
void onEvents() override;
|
||||
bool isInGameScreen() override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user