Module Name: src Committed By: dholland Date: Sat Mar 29 21:24:27 UTC 2014
Modified Files: src/games/hunt/hunt: Makefile connect.c hunt.c otto.c playit.c src/games/hunt/huntd: Makefile hunt.h pathname.c Added Files: src/games/hunt/hunt: hunt_private.h src/games/hunt/include: hunt_common.h Log Message: Split hunt and huntd's includes, instead of incestuously sharing a pile of external data and function declarations between the two programs. Common constants and defines now go in hunt_common.h. Stuff that belongs only to hunt is in hunt/hunt_private.h. Stuff that belongs only to huntd is in huntd/hunt.h. Copy some declarations that are used in both programs under the same names (but are not actually the same objects) from huntd/hunt.h to hunt/hunt_private.h. Move others that are only used in hunt. Remove some entirely unused material, and tidy up standard includes. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/games/hunt/hunt/Makefile cvs rdiff -u -r1.8 -r1.9 src/games/hunt/hunt/connect.c cvs rdiff -u -r1.43 -r1.44 src/games/hunt/hunt/hunt.c cvs rdiff -u -r0 -r1.1 src/games/hunt/hunt/hunt_private.h cvs rdiff -u -r1.16 -r1.17 src/games/hunt/hunt/otto.c cvs rdiff -u -r1.17 -r1.18 src/games/hunt/hunt/playit.c cvs rdiff -u -r1.3 -r1.4 src/games/hunt/huntd/Makefile cvs rdiff -u -r1.22 -r1.23 src/games/hunt/huntd/hunt.h cvs rdiff -u -r1.5 -r1.6 src/games/hunt/huntd/pathname.c cvs rdiff -u -r0 -r1.1 src/games/hunt/include/hunt_common.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.