23 lines
488 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#define C3_SHEAR_H
#define MUSIC_PATH "../muisc_message/Shear/music_list.txt"//歌单信息
#define MRES_PATH "../muisc_message/mres"//歌曲文件夹
struct Song{
int id; // 编号
char name[100]; // 歌曲名
char artist[100]; // 歌手名
char category[50]; // 歌曲类别
} SongList[500];
int songCount; // 歌曲计数器SongList中的歌曲数量
void Read_MuiscFile();//读取
void Song_query();//查询
void BrowseSongs();//游览