mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-23 19:55:39 +00:00
restructure codebase according to vcproj filters
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include "../../../../../Minecraft.World/Header Files/stdafx.h"
|
||||
#include "../UI.h"
|
||||
#include "UIControl_Cursor.h"
|
||||
|
||||
UIControl_Cursor::UIControl_Cursor() {}
|
||||
|
||||
bool UIControl_Cursor::setupControl(UIScene* scene, IggyValuePath* parent,
|
||||
const std::string& controlName) {
|
||||
UIControl::setControlType(UIControl::eCursor);
|
||||
bool success = UIControl_Base::setupControl(scene, parent, controlName);
|
||||
|
||||
// Label specific initialisers
|
||||
|
||||
return success;
|
||||
}
|
||||
Reference in New Issue
Block a user