first commit
This commit is contained in:
14
Minecraft.Client/DeathScreen.h
Normal file
14
Minecraft.Client/DeathScreen.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include "Screen.h"
|
||||
|
||||
class DeathScreen : public Screen
|
||||
{
|
||||
public:
|
||||
virtual void init();
|
||||
protected:
|
||||
virtual void keyPressed(char eventCharacter, int eventKey);
|
||||
virtual void buttonClicked(Button *button);
|
||||
public:
|
||||
virtual void render(int xm, int ym, float a);
|
||||
virtual bool isPauseScreen();
|
||||
};
|
||||
Reference in New Issue
Block a user