mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-18 02:45:21 +02:00
Rename guiScrollBar to GUIScrollBar
This commit is contained in:
@@ -17,10 +17,10 @@ the arrow buttons where there is insufficient space.
|
||||
using namespace irr;
|
||||
using namespace gui;
|
||||
|
||||
class guiScrollBar : public IGUIElement
|
||||
class GUIScrollBar : public IGUIElement
|
||||
{
|
||||
public:
|
||||
guiScrollBar(IGUIEnvironment *environment, IGUIElement *parent, s32 id,
|
||||
GUIScrollBar(IGUIEnvironment *environment, IGUIElement *parent, s32 id,
|
||||
core::rect<s32> rectangle, bool horizontal, bool auto_scale);
|
||||
|
||||
virtual void draw();
|
||||
|
Reference in New Issue
Block a user