diff options
author | Hardeep Sidhu <dyp@pobox.com> | 2003-07-01 21:05:43 +0000 |
---|---|---|
committer | Hardeep Sidhu <dyp@pobox.com> | 2003-07-01 21:05:43 +0000 |
commit | 9e4262081b4ab5bad2e2708ea064643cf828685c (patch) | |
tree | bd809cc4616a2ed61bdbff217d26a13fd78b6609 /apps/playlist_menu.h | |
parent | 928a09e3f464dc62e2863f8d77e766578788ba13 (diff) |
Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3796 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/playlist_menu.h')
-rw-r--r-- | apps/playlist_menu.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/playlist_menu.h b/apps/playlist_menu.h new file mode 100644 index 0000000000..e10fc81299 --- /dev/null +++ b/apps/playlist_menu.h @@ -0,0 +1,24 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2002 Björn Stenberg + * + * All files in this archive are subject to the GNU General Public License. + * See the file COPYING in the source tree root for full license agreement. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ +#ifndef _PLAYLIST_MENU_H +#define _PLAYLIST_MENU_H + +bool playlist_menu(void); + +#endif |