// // Created by Adniklastrator on 2015-09-15. // #ifndef DAYDREAM_ERESETBALL_H #define DAYDREAM_ERESETBALL_H #include "Core/EventBroker.h" namespace dd { namespace Events { struct ResetBall : Event { }; } } #endif //DAYDREAM_ERESETBALL_H