summaryrefslogtreecommitdiff
path: root/apps/recorder/wormlet.h
diff options
context:
space:
mode:
authorEric Linenberg <elinenbe@umich.edu>2002-08-26 03:32:39 +0000
committerEric Linenberg <elinenbe@umich.edu>2002-08-26 03:32:39 +0000
commitb0a3984c5a3c76296b0fe84057b2d1051e11a699 (patch)
treed4af91d7489b16485974e48ef3e9e01e06f4e5ef /apps/recorder/wormlet.h
parent9a47cc4e7c45add4a8fc4f6f12698a5291a52c80 (diff)
downloadrockbox-b0a3984c5a3c76296b0fe84057b2d1051e11a699.tar.gz
rockbox-b0a3984c5a3c76296b0fe84057b2d1051e11a699.zip
Philpp Petermann's game wormlet
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1975 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/wormlet.h')
-rw-r--r--apps/recorder/wormlet.h28
1 files changed, 28 insertions, 0 deletions
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 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2002 Philipp Pertermann
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
20#ifndef __WORMLET__
21#define __WORMLET__
22
23#include "menu.h"
24
25Menu wormlet(void);
26
27#endif /*__WORMLET__ */
28