Home
last modified time | relevance | path

Searched defs:game_snd (Results 1 – 5 of 5) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/sound/
H A Dsound.h85 struct game_snd struct
89 …SCP_vector<game_snd_entry> sound_entries; //!< A game sound consists of one or more distinct entri… argument
104 game_snd( ); argument
H A Dsound.cpp1596 game_snd::game_snd() : last_entry_index(std::numeric_limits<size_t>::max()) in game_snd() function in game_snd
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ship/
H A Dshipfx.h21 class game_snd; variable
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/sound/
H A Dsound.cpp1498 game_snd::game_snd() in game_snd() function in game_snd
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/menuui/
H A Dmainhallmenu.cpp1544 …Main_hall_misc_sound_handles.remove_if([](const std::pair<game_snd*, sound_handle> &sound_pair)->b… in main_hall_cull_door_sounds()