Added font file loading.
commit5fe9a462fe103f4d3dc4c5d5bb172dfbd3c718be
authorEvanR <evanrinehart@gmail.com>
Tue, 30 Jun 2009 22:18:57 +0000 (30 18:18 -0400)
committerEvanR <evanrinehart@gmail.com>
Tue, 30 Jun 2009 22:18:57 +0000 (30 18:18 -0400)
treef94e0db7ff73ae2058c5c433c93e2039bbb9289c
parent23c45261edb09da7b1a8281ce682b9ec56898134
Added font file loading.

Loading the file configures the message character state variables.
A binary search tree of characters is populated. The actual file
will need to be configured before the text rendering can be tested.
backend.c
backend.h
intro.c
loader.c
util.c
util.h