Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/spdemo/src/
Dspdemo.c126 static void MNU_play_sfx (DEMOWinMenuInfo *menu, u32 item, u32 *result);
142 { " Noisy Drum", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL },
143 { " Gunshot", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL },
144 { " Voice-Man", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL },
145 { " Voice-Woman", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL },
146 { " Looping Strings", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL },
266 static void MNU_play_sfx(DEMOWinMenuInfo *menu, u32 item, u32 *result) in MNU_play_sfx() function