1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Rename guiScrollBar to GUIScrollBar

This commit is contained in:
DS-Minetest 2019-07-27 15:44:11 +02:00 committed by sfan5
parent 4aa9a669cb
commit 115ef6c09c
8 changed files with 22 additions and 22 deletions

View file

@ -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();