Synced options UI files from main branch

This commit is contained in:
2026-03-23 15:05:47 -04:00
parent e28c684f47
commit 5d8d7cc818

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;