Synced options UI files from main branch

This commit is contained in:
2026-03-23 15:05:47 -04:00
parent 0ef6822737
commit 663c1d4b3f

View File

@@ -3,7 +3,7 @@
#include "GuiElement.h" #include "GuiElement.h"
#include "../../../client/Options.h" #include "../../../client/Options.h"
#include "OptionsPane.h" // was originally Option.h, shouldn't it be this? #include "Option.h"
class Slider : public GuiElement { class Slider : public GuiElement {
typedef GuiElement super; typedef GuiElement super;