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

11 lines
178 B
C

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