From d7a55e186827508a39247334405a5b473c589f9f Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 12 Mar 2003 20:21:30 +0000 Subject: 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 --- apps/onplay.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 apps/onplay.h (limited to 'apps/onplay.h') 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 @@ +/*************************************************************************** + * __________ __ ___. + * 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 _ONPLAY_H_ +#define _ONPLAY_H_ + +int onplay(char* file, int attr); + +#endif -- cgit v1.2.3