#include "../headers/Player.h" Player::Player(int x, int y, std::string path) : Actor(x, y, path) {};