Kjell Ericson | f179453 | 2002-10-21 20:28:09 +0000 | [diff] [blame] | 1 | /*************************************************************************** |
| 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 Ericson | 3262207 | 2002-10-28 20:00:19 +0000 | [diff] [blame] | 17 | |
Jens Arnold | 54ea2e4 | 2007-03-31 09:58:49 +0000 | [diff] [blame] | 18 | extern unsigned char (*font_player)[256][7]; |
Kjell Ericson | 3262207 | 2002-10-28 20:00:19 +0000 | [diff] [blame] | 19 | |
| 20 | void font_init(); |
Kjell Ericson | f179453 | 2002-10-21 20:28:09 +0000 | [diff] [blame] | 21 | |