mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-08 02:08:07 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -12,7 +12,7 @@ private:
|
||||
const Options::Option *option;
|
||||
|
||||
public:
|
||||
SlideButton(int id, int x, int y, const Options::Option *option, const wstring& msg, float value);
|
||||
SlideButton(int id, int x, int y, const Options::Option *option, const std::wstring& msg, float value);
|
||||
protected:
|
||||
virtual int getYImage(bool hovered);
|
||||
virtual void renderBg(Minecraft *minecraft, int xm, int ym);
|
||||
|
||||
Reference in New Issue
Block a user