From 31a0027bfc925c2fb9a3b50807f94d45d549d65a Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Mon, 27 Jun 2022 12:29:22 +0200 Subject: [PATCH] add namespace comments --- include/protocol/Protocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/protocol/Protocol.h b/include/protocol/Protocol.h index 09cd713..d5f8186 100644 --- a/include/protocol/Protocol.h +++ b/include/protocol/Protocol.h @@ -573,5 +573,5 @@ public: virtual PacketType GetType() const { return PacketType::UpdateCastleLife; } }; -} -} \ No newline at end of file +} // namespace protocol +} // namespace td \ No newline at end of file