Arreglos varios al codi
This commit is contained in:
@@ -56,8 +56,8 @@ public:
|
||||
EnemyFormations();
|
||||
|
||||
// Destructor
|
||||
~EnemyFormations();
|
||||
~EnemyFormations() = default;
|
||||
|
||||
// Devuelve una fase
|
||||
stage_t getStage(int index);
|
||||
stage_t getStage(int index) const;
|
||||
};
|
||||
Reference in New Issue
Block a user