#ifndef ENTT_LIB_DISPATCHER_TYPES_H #define ENTT_LIB_DISPATCHER_TYPES_H #include struct message { int payload; }; struct event {}; #endif