diff options
Diffstat (limited to 'inc/profiles/atrac3plus.h')
-rw-r--r-- | inc/profiles/atrac3plus.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/inc/profiles/atrac3plus.h b/inc/profiles/atrac3plus.h new file mode 100644 index 0000000..64f7c15 --- /dev/null +++ b/inc/profiles/atrac3plus.h @@ -0,0 +1,16 @@ +/* + * File: profiles_atrac3plus.h + * Author: savop + * + * Created on 7. Dezember 2009, 13:06 + */ + +#ifndef _PROFILES_ATRAC3PLUS_H +#define _PROFILES_ATRAC3PLUS_H + +#include "profile_data.h" + +extern DLNAProfile DLNA_PROFILE_ATRAC3Plus; ///< Atrac 3+ + +#endif /* _PROFILES_ATRAC3PLUS_H */ + |