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)
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.


No differences found