From c71fd5f2312bc70eec960c2785bf26d73334d6c3 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Thu, 17 Aug 2017 20:11:52 +0500 Subject: 2017-08-17 --- src/Event.hpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/Event.hpp') diff --git a/src/Event.hpp b/src/Event.hpp index f07ed57..23cc58c 100644 --- a/src/Event.hpp +++ b/src/Event.hpp @@ -39,6 +39,7 @@ enum class EventType { PlayerPosChanged, DeleteSectionRender, EntityChanged, + NewRenderDataAvailable, }; struct EchoData { @@ -150,12 +151,16 @@ struct EntityChangedData { unsigned int EntityId; }; +struct NewRenderDataAvailableData { + +}; + using EventData = std::variant; + UpdateSectionsRenderData, DeleteSectionRenderData, EntityChangedData,NewRenderDataAvailableData>; struct Event { EventType type; -- cgit v1.2.3