// // Created by Adniklastrator on 2015-10-14. // #ifndef DAYDREAM_ERESETALL_H #define DAYDREAM_ERESETALL_H #include "Core/EventBroker.h" namespace dd { namespace Events { struct ResetAll : Event { }; } } #endif //DAYDREAM_ERESETALL_H