diff options
| author | Dan Everton <dan@iocaine.org> | 2006-02-07 14:07:46 +0000 |
|---|---|---|
| committer | Dan Everton <dan@iocaine.org> | 2006-02-07 14:07:46 +0000 |
| commit | 88abdd97b25eb458466a84f614a518b7173265a8 (patch) | |
| tree | 4a70e3d0d829125e458c80fb21ccf82c77733e36 /apps/eq_menu.h | |
| parent | 27f69db40494ca63887fce941dfe02dbd5f24d5b (diff) | |
| download | rockbox-88abdd97b25eb458466a84f614a518b7173265a8.zip rockbox-88abdd97b25eb458466a84f614a518b7173265a8.tar.gz rockbox-88abdd97b25eb458466a84f614a518b7173265a8.tar.bz2 rockbox-88abdd97b25eb458466a84f614a518b7173265a8.tar.xz | |
Add Equalizer configuration to Sound Settings menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8606 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/eq_menu.h')
| -rw-r--r-- | apps/eq_menu.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/apps/eq_menu.h b/apps/eq_menu.h new file mode 100644 index 0000000..a22c1e5 --- /dev/null +++ b/apps/eq_menu.h @@ -0,0 +1,28 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2006 Dan Everton + * + * 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 _EQ_MENU_H +#define _EQ_MENU_H + +#include "menu.h" + +bool eq_browse_presets(void); +bool eq_menu_graphical(void); +bool eq_menu(void); + +#endif |