the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 11 lines 218 B view raw
1#pragma once 2 3#include "UIControl_Base.h" 4 5class UIControl_Cursor : public UIControl_Base 6{ 7public: 8 UIControl_Cursor(); 9 10 virtual bool setupControl(UIScene *scene, IggyValuePath *parent, const string &controlName); 11};