Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/spdemo/src/
Dspdemo.c151 static void MNU_play_sfx (DEMOWinMenuInfo *menu, u32 item, u32 *result);
167 { " Noisy Drum", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL },
168 { " Gunshot", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL },
169 { " Voice-Man", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL },
170 { " Voice-Woman", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL },
171 { " Looping Strings", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL },
291 static void MNU_play_sfx(DEMOWinMenuInfo *menu, u32 item, u32 *result) in MNU_play_sfx() function