mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 11:55:33 +00:00
Adds the Systems for the Entity-Component-Systems setup.
This commit is contained in:
parent
e9dbe788f6
commit
57284507f2
7 changed files with 666 additions and 9 deletions
|
|
@ -67,7 +67,7 @@ class GuiDragAndDropControl : public GuiControl
|
|||
|
||||
public:
|
||||
|
||||
GuiDragAndDropControl() {}
|
||||
GuiDragAndDropControl();
|
||||
|
||||
void startDragging(Point2I offset = Point2I(0, 0));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue