mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Merge pull request #7375 from lioncash/fwd
Common/SFMLHelper: Remove unused forward declaration
This commit is contained in:
commit
df93bb8e76
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user