things
This commit is contained in:
parent
a74bd0b3e7
commit
86cb181e36
3 changed files with 19 additions and 4 deletions
|
|
@ -18,10 +18,11 @@ struct _MDESoundContext {
|
|||
int frames;
|
||||
void* opaque;
|
||||
|
||||
char* title;
|
||||
char* album;
|
||||
char* artist;
|
||||
char* genre;
|
||||
char* title;
|
||||
char* album;
|
||||
char* artist;
|
||||
char* genre;
|
||||
unsigned int track;
|
||||
};
|
||||
|
||||
struct _MDESoundDriver {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue