Merge pull request #7375 from lioncash/fwd

Common/SFMLHelper: Remove unused forward declaration
This commit is contained in:
Pierre Bourdon 2018-08-28 02:52:05 +02:00 committed by GitHub
commit df93bb8e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ class Packet;
namespace Common
{
template <typename value_type>
struct BigEndianValue;
u16 PacketReadU16(sf::Packet& packet);
u32 PacketReadU32(sf::Packet& packet);
u64 PacketReadU64(sf::Packet& packet);