blob: efa86e92c667da01126a4f8fb2acfd262d67c078 [file] [log] [blame]
Kjell Ericsonf1794532002-10-21 20:28:09 +00001/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * All files in this archive are subject to the GNU General Public License.
11 * See the file COPYING in the source tree root for full license agreement.
12 *
13 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
14 * KIND, either express or implied.
15 *
16 ****************************************************************************/
Kjell Ericson32622072002-10-28 20:00:19 +000017
Jens Arnold54ea2e42007-03-31 09:58:49 +000018extern unsigned char (*font_player)[256][7];
Kjell Ericson32622072002-10-28 20:00:19 +000019
20void font_init();
Kjell Ericsonf1794532002-10-21 20:28:09 +000021