ExecutionComponent.hpp
1 #pragma once
2 #include <score/model/Component.hpp>
3 
4 namespace Execution
5 {
6 struct Context;
8 }
A component that has a reference to a specific context object.
Definition: lib/score/model/Component.hpp:58
Components used for the execution of a score.
Definition: ProcessComponent.cpp:12