refactoring evalgraph code
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 18 Nov 2009 20:33:39 +0000 (12:33 -0800)
committerArun Persaud <arun@nubati.net>
Wed, 18 Nov 2009 20:33:39 +0000 (12:33 -0800)
commitcfe2d2d1940d9f17f3197cdcc36f4233150d3db1
treeac17ab01ed6a1ff9276c59cefab3dbf0429b2be7
parent756dc94735b48fd28efc0bd19c4099acc39ccb94
refactoring evalgraph code

This is the refactored EvalGraph code: the back-end part is separated off,
and put in a file evalgraph.c, which in the future can also be used with XBoard.
Only the WinBoard front-end code is left in the file wevalgraph.c. A new
header file defines the variables and routines they share.
evalgraph.c [new file with mode: 0644]
evalgraph.h [new file with mode: 0644]
winboard/makefile.gcc
winboard/makefile.ms
winboard/wevalgraph.c