Synced options UI files from main branch

This commit is contained in:
deepfriedwaffles
2026-03-23 15:05:47 -04:00
parent 05baea1ed4
commit 967080a435
5 changed files with 40 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
#include "GuiElement.h"
#include "../../../client/Options.h"
#include "OptionsPane.h" // was originally Option.h, shouldn't it be this?
#include "Option.h"
class Slider : public GuiElement {
typedef GuiElement super;
@@ -38,6 +38,7 @@ class SliderInt : public Slider {
public:
SliderInt(Minecraft* minecraft, OptionId option);
virtual void render( Minecraft* minecraft, int xm, int ym ) override;
virtual void mouseReleased( Minecraft* minecraft, int x, int y, int buttonNum ) override;
protected: