Continuem treballant en els credits
This commit is contained in:
@@ -38,7 +38,6 @@ struct BalloonFormationUnit
|
||||
BalloonFormationUnit() : number_of_balloons(0), init() {}
|
||||
};
|
||||
|
||||
|
||||
using BalloonFormationPool = std::vector<const BalloonFormationUnit *>;
|
||||
|
||||
class BalloonFormations
|
||||
@@ -67,4 +66,5 @@ public:
|
||||
// Getters
|
||||
const BalloonFormationPool &getPool(int pool) { return balloon_formation_pool_.at(pool); }
|
||||
const BalloonFormationUnit &getSet(int pool, int set) { return *balloon_formation_pool_.at(pool).at(set); }
|
||||
const BalloonFormationUnit &getSet(int set) const { return balloon_formation_.at(set); }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user