cppcheck
This commit is contained in:
@@ -86,6 +86,9 @@ class Player {
|
||||
// Destructor
|
||||
~Player();
|
||||
|
||||
Player(const Player &) = delete;
|
||||
Player &operator=(const Player &) = delete;
|
||||
|
||||
// Iniciador
|
||||
void init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user