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:
parent
4aa9a669cb
commit
115ef6c09c
8 changed files with 22 additions and 22 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue