Test: Check that game packet ID to string mappings are correct/complete

This commit is contained in:
Jonathan G Rennison
2024-07-03 17:52:20 +01:00
parent 7c569b2c83
commit 5dc0bb61ea
3 changed files with 80 additions and 1 deletions

View File

@@ -143,7 +143,7 @@ enum PacketGameType : uint8_t {
PACKET_END, ///< Must ALWAYS be on the end of this list!! (period)
};
const char *GetPacketTypeName(PacketGameType type);
const char *GetPacketGameTypeName(PacketGameType type);
/** Packet that wraps a command */
struct CommandPacket;