X-Git-Url: http://winboard.nl/cgi-bin?p=capablanca.git;a=blobdiff_plain;f=lasker-2.2.3%2Fbots%2Fmamer%2FGame.cc;fp=lasker-2.2.3%2Fbots%2Fmamer%2FGame.cc;h=33e8fb3325e979038a6b59fd68a5ce23914575fb;hp=8ab9ff8e7e5b651573e669859a401d8329a8871f;hb=0ff5591bb1fcb56b4ebf451eb30fb3c413eaad2d;hpb=0673decdb041b796d55fe77e7e4eaf32895265b3 diff --git a/lasker-2.2.3/bots/mamer/Game.cc b/lasker-2.2.3/bots/mamer/Game.cc index 8ab9ff8..33e8fb3 100644 --- a/lasker-2.2.3/bots/mamer/Game.cc +++ b/lasker-2.2.3/bots/mamer/Game.cc @@ -3,16 +3,13 @@ // // Matthew E. Moses && Michael A. Long // -// $Revision: 1.4 $ -// $Date: 2002/07/02 00:05:19 $ +// $Revision: 1.3 $ +// $Date: 1998/09/10 19:57:17 $ // -// $Author: tridge $ +// $Author: mlong $ // $Locker: $ // // $Log: Game.cc,v $ -// Revision 1.4 2002/07/02 00:05:19 tridge -// got rid of a bunch of RCS tags now that its in CVS -// // Revision 1.3 1998/09/10 19:57:17 mlong // lots of little bug fixes and a few new features // @@ -26,6 +23,8 @@ // //-------------------------------------------------------------------------- +// static char RCSid[] = "$Id: Game.cc,v 1.3 1998/09/10 19:57:17 mlong Exp $"; + #include "Game.hh" //- Constructor -----------------------------------------------------------