Adds the Systems for the Entity-Component-Systems setup.

This commit is contained in:
Areloch 2018-01-28 16:58:00 -06:00
parent e9dbe788f6
commit 57284507f2
7 changed files with 666 additions and 9 deletions

View file

@ -67,7 +67,7 @@ class GuiDragAndDropControl : public GuiControl
public:
GuiDragAndDropControl() {}
GuiDragAndDropControl();
void startDragging(Point2I offset = Point2I(0, 0));