Merge pull request #7376 from lioncash/sfml

Externals: Update SFML to 2.5.0
This commit is contained in:
Pierre Bourdon
2018-08-28 02:53:05 +02:00
committed by GitHub
43 changed files with 1159 additions and 303 deletions

View File

@ -16,5 +16,4 @@ namespace Common
u16 PacketReadU16(sf::Packet& packet);
u32 PacketReadU32(sf::Packet& packet);
u64 PacketReadU64(sf::Packet& packet);
void PacketWriteU64(sf::Packet& packet, u64 value);
} // namespace Common