-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
Description
The stage is present in all projects, so there should be a convenience method which returns it.
The method will be implemented in the Engine
class.
Stage *Engine::stage() const
The implementation should find (maybe using std::find_if()
) a target where isStage()
returns true
(in the m_targets
vector).