This repository has been archived on 2025-06-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LotoStatek/sources/Player.cpp

4 lines
103 B
C++

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