mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-30 20:13:31 +00:00
.h -> .hpp everything
This commit is contained in:
19
src/client/gui/screens/ChatScreen.hpp
Executable file
19
src/client/gui/screens/ChatScreen.hpp
Executable file
@@ -0,0 +1,19 @@
|
||||
#pragma once
|
||||
|
||||
#include "client/gui/Screen.hpp"
|
||||
|
||||
class ChatScreen: public Screen
|
||||
{
|
||||
public:
|
||||
ChatScreen() {}
|
||||
virtual ~ChatScreen() {}
|
||||
|
||||
void init();
|
||||
|
||||
void render(int xm, int ym, float a);
|
||||
|
||||
void buttonClicked(Button* button) {};
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user