4 lines
103 B
C++
4 lines
103 B
C++
#include "../headers/Player.h"
|
|
|
|
Player::Player(int x, int y, std::string path) : Actor(x, y, path) {};
|