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