Do stuff
This commit is contained in:
@@ -35,7 +35,7 @@ class Player
|
||||
public:
|
||||
explicit Player(const Vector2f& Position, TextureManager* pTextureManager);
|
||||
Player( const Player& other ) = default;
|
||||
Player(Player&& other);
|
||||
Player(Player&& other) = delete;
|
||||
Player& operator=(const Player& other) = delete;
|
||||
Player& operator=(Player&& other) = delete;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user