Director: now has a goal. Goal inherits from Scene
This commit is contained in:
@@ -14,7 +14,7 @@ class Scene
|
||||
public:
|
||||
using Id = uint32_t;
|
||||
|
||||
Scene() :
|
||||
Scene(void) :
|
||||
cursor(commands)
|
||||
{}
|
||||
~Scene() = default;
|
||||
|
||||
Reference in New Issue
Block a user