9 lines
98 B
C
9 lines
98 B
C
//视频播放器应用
|
|
|
|
#ifndef __APP_VIDEO
|
|
#define __APP_VIDEO
|
|
|
|
void APP_Video_Launcher(void);
|
|
|
|
#endif
|