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