From 89d2285e0010adda3a2d9d936733943d93c25cd1 Mon Sep 17 00:00:00 2001 From: Mats Lidell Date: Wed, 21 Aug 2002 10:37:34 +0000 Subject: Created. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1856 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/sim_icons.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 uisimulator/common/sim_icons.h (limited to 'uisimulator/common/sim_icons.h') diff --git a/uisimulator/common/sim_icons.h b/uisimulator/common/sim_icons.h new file mode 100644 index 0000000000..4555b65189 --- /dev/null +++ b/uisimulator/common/sim_icons.h @@ -0,0 +1,27 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2002 Mats Lidell + * + * 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, WITH OUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ + +#ifndef SIM_ICONS +#define SIM_ICONS + +#include + +extern void sim_lcd_icon(int icon, bool enable); + +#endif /* SIM_ICONS */ -- cgit v1.2.3