diff options
author | Uwe Freese <thebreaker@rockbox.org> | 2003-01-22 12:50:34 +0000 |
---|---|---|
committer | Uwe Freese <thebreaker@rockbox.org> | 2003-01-22 12:50:34 +0000 |
commit | 86352ccc3f47bc0f6bdcdcdc7b752f0836900fcd (patch) | |
tree | 6bb892fcae88e04a3a45239236cd3dde97d8d7ce /apps/alarm_menu.h | |
parent | fa2229559802f7066b55cc2ab0761c9e742658f7 (diff) |
Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DEFINES).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3150 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/alarm_menu.h')
-rw-r--r-- | apps/alarm_menu.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/alarm_menu.h b/apps/alarm_menu.h new file mode 100644 index 0000000000..8ad062e419 --- /dev/null +++ b/apps/alarm_menu.h @@ -0,0 +1,24 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2003 Uwe Freese + * + * 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 _ALARM_MENU_H +#define _ALARM_MENU_H + +bool alarm_screen(void); + +#endif |