mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-28 02:23:39 +00:00
11 lines
218 B
C++
11 lines
218 B
C++
#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);
|
|
}; |