Home
last modified time | relevance | path

Searched refs:clickSoundB (Results 1 – 4 of 4) sorted by relevance

/dports/games/glest/glest_source_3.2.2/source/glest_game/global/
H A Dcore_data.h41 StaticSound clickSoundB; variable
79 StaticSound *getClickSoundB() {return &clickSoundB;} in getClickSoundB()
H A Dcore_data.cpp119 clickSoundB.load(dir+"/menu/sound/click_b.wav"); in load()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/global/
H A Dcore_data.h54 StaticSound clickSoundB; variable
H A Dcore_data.cpp580 clickSoundB.load(getGameCustomCoreDataPath(data_path, in getClickSoundB()
589 return &clickSoundB; in getClickSoundB()