mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
* Initial commit.
:)
This commit is contained in:
11
source/GUI/Screen/ProgressScreen.hpp
Normal file
11
source/GUI/Screen/ProgressScreen.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "Screen.hpp"
|
||||
|
||||
class ProgressScreen : public Screen
|
||||
{
|
||||
public:
|
||||
void render(int, int, float) override;
|
||||
bool isInGameScreen() override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user