Files
tmc/include/manager/vaati3StartManager.h
T
2022-05-18 13:07:06 +02:00

11 lines
170 B
C

#ifndef VAATI3STARTMANAGER_H
#define VAATI3STARTMANAGER_H
#include "manager.h"
typedef struct {
Manager base;
} Vaati3StartManager;
#endif // VAATI3STARTMANAGER_H