Files
99_7018_lmx/apps/xtell_hide/include/app_music.h
2025-10-30 17:53:59 +08:00

9 lines
114 B
C

#ifndef CONFIG_APP_MUSIC_H
#define CONFIG_APP_MUSIC_H
void app_music_exit();
int music_app_check(void);
#endif