Header consolidation - main.h, misc.h, and share.h merge to advent.h.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 2 Jun 2017 19:01:52 +0000 (15:01 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 2 Jun 2017 19:06:33 +0000 (15:06 -0400)
commitd402e0941196131533b92b51243fda9268fa6069
tree0a55dc31ed6d1d8bc030b87bcd24c30138f19dca
parent4209b82c5a31fa126eac7f33b0124ae7786685f4
Header consolidation - main.h, misc.h, and share.h merge to advent.h.

For a project this small size with a small type ontology, it's better
C style to have one header where all the assumptions about types and
structures are immediately visible.

This is a first step towards turning all that global state into a handful
of structures - probably just two, one saveable as a binary game state.
Makefile
actions1.c
actions2.c
advent.h [new file with mode: 0644]
init.c
main.c
main.h [deleted file]
misc.c
misc.h [deleted file]
score.c
share.h [deleted file]