mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Merge pull request #7375 from lioncash/fwd
Common/SFMLHelper: Remove unused forward declaration
This commit is contained in:
commit
df93bb8e76
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue