Arreglos varios al codi

This commit is contained in:
2024-10-08 22:38:58 +02:00
parent 3e3d764b25
commit bd3aa0bb06
30 changed files with 177 additions and 227 deletions

View File

@@ -56,8 +56,8 @@ public:
EnemyFormations();
// Destructor
~EnemyFormations();
~EnemyFormations() = default;
// Devuelve una fase
stage_t getStage(int index);
stage_t getStage(int index) const;
};