From b0a3984c5a3c76296b0fe84057b2d1051e11a699 Mon Sep 17 00:00:00 2001 From: Eric Linenberg Date: Mon, 26 Aug 2002 03:32:39 +0000 Subject: Philpp Petermann's game wormlet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1975 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/wormlet.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 apps/recorder/wormlet.h (limited to 'apps/recorder/wormlet.h') diff --git a/apps/recorder/wormlet.h b/apps/recorder/wormlet.h new file mode 100644 index 0000000000..347c6be737 --- /dev/null +++ b/apps/recorder/wormlet.h @@ -0,0 +1,28 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2002 Philipp Pertermann + * + * 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 __WORMLET__ +#define __WORMLET__ + +#include "menu.h" + +Menu wormlet(void); + +#endif /*__WORMLET__ */ + -- cgit v1.2.3