From 90c43b6d75e2b12a9f7bbd28c70665f75fc93a95 Mon Sep 17 00:00:00 2001 From: Julian Date: Fri, 21 May 2021 14:14:55 +0200 Subject: [PATCH] current stand --- src/network/Shared.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/network/Shared.h b/src/network/Shared.h index 5110d59..167b934 100644 --- a/src/network/Shared.h +++ b/src/network/Shared.h @@ -22,7 +22,7 @@ struct GameConnectionConfig : yojimbo::ClientServerConfig } }; -// a simple test message +// message types enum class GameMessageType { TEST, @@ -105,7 +105,6 @@ public: YOJIMBO_VIRTUAL_SERIALIZE_FUNCTIONS(); }; - // the message factory YOJIMBO_MESSAGE_FACTORY_START(GameMessageFactory, (int)GameMessageType::COUNT); YOJIMBO_DECLARE_MESSAGE_TYPE((int)GameMessageType::TEST, TestMessage);