#include "Player.h" using namespace GameLogic; Player::Player(void) { } Player::~Player(void) { }