mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
GUI: Rename some methods, start to implement new one
This commit is contained in:
@@ -16,11 +16,11 @@ public:
|
||||
StartMenuScreen();
|
||||
void _updateLicense();
|
||||
|
||||
void init() override;
|
||||
void onInit() override;
|
||||
void buttonClicked(Button*) override;
|
||||
bool isInGameScreen() override;
|
||||
void render(int, int, float) override;
|
||||
void tick() override;
|
||||
void onRender(int, int, float) override;
|
||||
void onTick() override;
|
||||
|
||||
void drawSplash();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user