0 Members and 1 Guest are viewing this topic.
sf::Packet has its own internal protocol, you can't receive and decode a SFML packet in a non-SFML program.
Well you can, you just have to reimplement the protocol again.
Hmmm... So I can send a struct?