forked from Kolyah35/minecraft-pe-0.6.1
the whole game
This commit is contained in:
19
src/client/gui/screens/ProgressScreen.h
Executable file
19
src/client/gui/screens/ProgressScreen.h
Executable file
@@ -0,0 +1,19 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__ProgressScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__ProgressScreen_H__
|
||||
|
||||
#include "../Screen.h"
|
||||
|
||||
class ProgressScreen: public Screen
|
||||
{
|
||||
public:
|
||||
ProgressScreen();
|
||||
|
||||
void render(int xm, int ym, float a);
|
||||
bool isInGameScreen();
|
||||
|
||||
void tick();
|
||||
private:
|
||||
int ticks;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__ProgressScreen_H__*/
|
||||
Reference in New Issue
Block a user