From: Eric S. Raymond Date: Fri, 2 Jun 2017 19:01:52 +0000 (-0400) Subject: Header consolidation - main.h, misc.h, and share.h merge to advent.h. X-Git-Tag: 0.90~30 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=sidebyside;h=d402e0941196131533b92b51243fda9268fa6069;hp=d402e0941196131533b92b51243fda9268fa6069;p=open-adventure.git 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. ---