diff options
Diffstat (limited to 'music.h')
-rw-r--r-- | music.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,11 +1,15 @@ #ifndef _MUSIC_H_ #define _MUSIC_H_ +#include "tag.h" + #include <glib.h> struct file { gchar *name; gssize size; + + struct tag *tag; }; struct directory { |