Support for iOS builds! #21

Merged
Kolyah35 merged 21 commits from ios-support into main 2026-04-06 21:58:51 +02:00
Showing only changes of commit 22b59bd2cc - Show all commits

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;