// // Created by Adniklastrator on 2015-10-12. // #ifndef DAYDREAM_CLIFEBUOYBRICK_H #define DAYDREAM_CLIFEBUOYBRICK_H #include "Core/Component.h" namespace dd { namespace Components { struct LifebuoyBrick : Component { }; } } #endif //DAYDREAM_CLIFEBUOYBRICK_H