Loading...
Searching...
No Matches
ExecutionComponent.hpp
1#pragma once
2#include <score/model/Component.hpp>
3
4namespace Execution
5{
6struct 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