Started rewriting the loader module.
commit361f4df295ca9869762e172c96c2be0b2f2f5365
authorEvanR <evanrinehart@gmail.com>
Sat, 20 Feb 2010 17:34:04 +0000 (20 11:34 -0600)
committerEvanR <evanrinehart@gmail.com>
Sat, 20 Feb 2010 17:34:04 +0000 (20 11:34 -0600)
tree14ac734d6e127f3ccbef9190666b2ad726f712c0
parentc4d3b644132bda8ed3649d037d92727312ffc9fc
Started rewriting the loader module.

game.c was replaced with iotest.c
This will be used to test the new loader.
We also might want to rethink graphics.c a little in this branch.

The main change is to loader.c, which no longer uses zziplib.
Don't like this library very much. In this branch it isn't even linked.
In the current state the program can't start because the console
letters can't load.

The goal is the a) write a zip file loader and b) to hookup this
to loader.c
Makefile
game.c [deleted file]
game.h [deleted file]
graphics.c
loader.c
loader.h