clang-format
This commit is contained in:
@@ -247,7 +247,7 @@ class GamepadManager {
|
||||
private:
|
||||
static constexpr std::string_view UNASSIGNED_TEXT = "---";
|
||||
static constexpr size_t MAX_PLAYERS = 2;
|
||||
std::array<Gamepad, MAX_PLAYERS> gamepads_; // Punteros a las estructuras de mandos de Options
|
||||
std::array<Gamepad, MAX_PLAYERS> gamepads_; // Punteros a las estructuras de mandos de Options
|
||||
std::vector<std::shared_ptr<Player>> players_; // Punteros a los jugadores
|
||||
|
||||
// Convierte Player::Id a índice del array
|
||||
|
||||
Reference in New Issue
Block a user