Fix yellow
[Rockbox.git] / apps / plugins / clock / clock_draw_binary.h
blob323a640442567d3f35cdf21702c7decdd32f38a9
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $
10 * Copyright (C) 2007 Copyright Kévin Ferrare
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.
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
18 ****************************************************************************/
20 #ifndef _BINARY_CLOCK_
21 #define _BINARY_CLOCK_
22 #include "plugin.h"
23 #include "clock.h"
25 void binary_clock_draw(struct screen* display, struct time* time, int skin);
27 #endif /* _BINARY_CLOCK_ */