20 / (
sizeof(m_attacking_high) +
sizeof(m_attacking_high_buffer));
39 sf::Sound m_attacking_high;
40 sf::Sound m_attacking_low;
41 sf::Sound m_attacking_mid;
44 sf::Sound m_countdown;
45 sf::Sound m_done_high;
48 sf::Sound m_faring_into_battle;
56 sf::Sound m_i_cannot_high;
57 sf::Sound m_i_cannot_low;
58 sf::Sound m_i_cannot_mid;
59 sf::Sound m_i_cant_high;
60 sf::Sound m_i_cant_low;
61 sf::Sound m_i_cant_mid;
62 sf::Sound m_its_time_to_rock;
63 sf::Sound m_jumping_into_battle;
64 sf::Sound m_lets_rule;
65 sf::Sound m_moving_forward;
69 sf::Sound m_nope_high;
72 sf::Sound m_to_rule_is_to_act;
77 sf::SoundBuffer m_attacking_high_buffer;
78 sf::SoundBuffer m_attacking_low_buffer;
79 sf::SoundBuffer m_attacking_mid_buffer;
80 sf::SoundBuffer m_bark_1_buffer;
81 sf::SoundBuffer m_bark_2_buffer;
82 sf::SoundBuffer m_countdown_buffer;
83 sf::SoundBuffer m_done_high_buffer;
84 sf::SoundBuffer m_done_low_buffer;
85 sf::SoundBuffer m_done_mid_buffer;
86 sf::SoundBuffer m_faring_into_battle_buffer;
87 sf::SoundBuffer m_heu_high_buffer;
88 sf::SoundBuffer m_heu_low_buffer;
89 sf::SoundBuffer m_heu_mid_buffer;
90 sf::SoundBuffer m_hide_buffer;
91 sf::SoundBuffer m_hmm_high_buffer;
92 sf::SoundBuffer m_hmm_low_buffer;
93 sf::SoundBuffer m_hmm_mid_buffer;
94 sf::SoundBuffer m_i_cannot_high_buffer;
95 sf::SoundBuffer m_i_cannot_low_buffer;
96 sf::SoundBuffer m_i_cannot_mid_buffer;
97 sf::SoundBuffer m_i_cant_high_buffer;
98 sf::SoundBuffer m_i_cant_low_buffer;
99 sf::SoundBuffer m_i_cant_mid_buffer;
100 sf::SoundBuffer m_its_time_to_rock_buffer;
101 sf::SoundBuffer m_jumping_into_battle_buffer;
102 sf::SoundBuffer m_lets_rule_buffer;
103 sf::SoundBuffer m_moving_forward_buffer;
104 sf::SoundBuffer m_no_high_buffer;
105 sf::SoundBuffer m_no_low_buffer;
106 sf::SoundBuffer m_no_mid_buffer;
107 sf::SoundBuffer m_nope_high_buffer;
108 sf::SoundBuffer m_nope_low_buffer;
109 sf::SoundBuffer m_nope_mid_buffer;
110 sf::SoundBuffer m_to_rule_is_to_act_buffer;
111 sf::SoundBuffer m_yes_high_buffer;
112 sf::SoundBuffer m_yes_low_buffer;
113 sf::SoundBuffer m_yes_mid_buffer;
116 std::vector<std::tuple<std::reference_wrapper<sf::Sound>, std::reference_wrapper<sf::SoundBuffer>, std::
string>> get_table() noexcept;