6 lines
178 B
C
6 lines
178 B
C
|
#ifndef __START_MPLAYER_H__
|
||
|
#define __START_MPLAYER_H__
|
||
|
//启动mplayer播放器
|
||
|
//参数song_path 为歌曲的路径
|
||
|
extern void mplayer_play(const char *song_path);
|
||
|
#endif
|