// // Created by Administrator on 2015-09-10. // #ifndef DAYDREAM_CPAD_H #define DAYDREAM_CPAD_H #include "Core/Component.h" namespace dd { namespace Components { struct Ball : Component { }; } } #endif //DAYDREAM_CPAD_H