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

11 lines
186 B
C

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