rosa/inc/alsk/executor/executorstate.h
2021-05-10 18:14:24 +02:00

13 lines
176 B
C++

#ifndef ALSK_ALSK_EXECUTOR_EXECUTORSTATE_H
#define ALSK_ALSK_EXECUTOR_EXECUTORSTATE_H
namespace alsk {
namespace exec {
template<typename> struct ExecutorState;
}
}
#endif