tmc/include/manager/waterfallBottomManager.h

11 lines
186 B
C

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