Rearranged root headers somewhat.
commit20630c55baa409a0de9ac1bd41a48dc1ab31bb9e
authorEvanR <evanrinehart@gmail.com>
Sat, 27 Feb 2010 18:43:56 +0000 (27 12:43 -0600)
committerEvanR <evanrinehart@gmail.com>
Sat, 27 Feb 2010 18:43:56 +0000 (27 12:43 -0600)
treebc36900826a6699ff05c69970022940b024fffd6
parent0d5be1651f40100a9da5c60949d2c86e24430a36
Rearranged root headers somewhat.

I moved game over (end of program event) stuff out of kernel,
which cannot be imported by stuff like intro, title, and inner.
There is a dedicated module gameover now.

The main.c file now does not need to include input.h when it does
not use transfer.h methods that do not involve input. Instead it
imports gameover.h and not transfer.h.

Transfer now exports only functionality to change to a different
game module.
Makefile
gameover.c [copied from kernel.h with 88% similarity]
gameover.h [copied from kernel.h with 88% similarity]
intro.c
kernel.c
kernel.h
main.c
title.c
transfer.h