first commit
This commit is contained in:
11
Minecraft.Client/Common/UI/UIControl_Cursor.h
Normal file
11
Minecraft.Client/Common/UI/UIControl_Cursor.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
class UIControl_Cursor : public UIControl_Base
|
||||
{
|
||||
public:
|
||||
UIControl_Cursor();
|
||||
|
||||
virtual bool setupControl(UIScene *scene, IggyValuePath *parent, const string &controlName);
|
||||
};
|
||||
Reference in New Issue
Block a user