#include "player.h" #include "network/socket.h" Player::Player(BettolaLib::Network::Socket* socket) : _x(0.0f), _y(0.0f), _socket(socket) {}