summaryrefslogtreecommitdiff
path: root/apps/onplay.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-03-12 20:21:30 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-03-12 20:21:30 +0000
commitd7a55e186827508a39247334405a5b473c589f9f (patch)
tree84054b287af7d16faf0495402f2f31bb7de53c5d /apps/onplay.h
parent074ca2eeb6e29e46a9f4b099dde0d4f37ff93c3a (diff)
downloadrockbox-d7a55e186827508a39247334405a5b473c589f9f.tar.gz
rockbox-d7a55e186827508a39247334405a5b473c589f9f.zip
Changed ON+PLAY screen to a menu, unified player & recorder and moved the code to a separate file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3436 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/onplay.h')
-rw-r--r--apps/onplay.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/onplay.h b/apps/onplay.h
new file mode 100644
index 0000000000..8540aaf2c7
--- /dev/null
+++ b/apps/onplay.h
@@ -0,0 +1,24 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2002 Björn Stenberg
11 *
12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement.
14 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
17 *
18 ****************************************************************************/
19#ifndef _ONPLAY_H_
20#define _ONPLAY_H_
21
22int onplay(char* file, int attr);
23
24#endif