blob: bfa88d73213c26e3e39a30108ba8d96c2ce8bd34 [file] [log] [blame]
Kjell Ericsonf1794532002-10-21 20:28:09 +00001/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
Daniel Stenberg2acc0ac2008-06-28 18:10:04 +000010 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License
12 * as published by the Free Software Foundation; either version 2
13 * of the License, or (at your option) any later version.
Kjell Ericsonf1794532002-10-21 20:28:09 +000014 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
17 *
18 ****************************************************************************/
Kjell Ericson32622072002-10-28 20:00:19 +000019
Thomas Martitz0f274ac2010-12-02 21:31:38 +000020#ifndef __FONT_PLAYER_H__
21#define __FONT_PLAYER_H__
22
Jens Arnold54ea2e42007-03-31 09:58:49 +000023extern unsigned char (*font_player)[256][7];
Kjell Ericson32622072002-10-28 20:00:19 +000024
Thomas Martitz0f274ac2010-12-02 21:31:38 +000025void font_init(void);
Kjell Ericsonf1794532002-10-21 20:28:09 +000026
Thomas Martitz0f274ac2010-12-02 21:31:38 +000027#endif /* __FONT_PLAYER_H__ */