current stand

This commit is contained in:
Julian
2021-05-21 14:14:55 +02:00
parent c5f9dfd628
commit 90c43b6d75

View File

@@ -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);