Statek + Strzelanie (do naprawienia białe kwadraty)
This commit is contained in:
3
sources/Player.cpp
Normal file
3
sources/Player.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
#include "../headers/Player.h"
|
||||
|
||||
Player::Player(int x, int y, std::string path) : Actor(x, y, path) {};
|
||||
Reference in New Issue
Block a user