forked from Kolyah35/minecraft-pe-0.6.1
.h -> .hpp everything
This commit is contained in:
19
src/client/gui/components/LargeImageButton.hpp
Executable file
19
src/client/gui/components/LargeImageButton.hpp
Executable file
@@ -0,0 +1,19 @@
|
||||
#pragma once
|
||||
|
||||
#include "ImageButton.hpp"
|
||||
|
||||
class LargeImageButton: public ImageButton
|
||||
{
|
||||
typedef ImageButton super;
|
||||
public:
|
||||
LargeImageButton(int id, const std::string& msg);
|
||||
LargeImageButton(int id, const std::string& msg, ImageDef& imageDef);
|
||||
|
||||
void render(Minecraft* minecraft, int xm, int ym);
|
||||
|
||||
private:
|
||||
void setupDefault();
|
||||
|
||||
float _buttonScale;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user