ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/bin/kgsueme
(Generate patch)

Comparing kgsueme/bin/kgsueme (file contents):
Revision 1.37 by pcg, Sun Jun 1 06:40:15 2003 UTC vs.
Revision 1.38 by pcg, Sun Jun 1 10:10:20 2003 UTC

37 require "$APPDIR/$_"; 37 require "$APPDIR/$_";
38} 38}
39 39
40our $appwin = new appwin; 40our $appwin = new appwin;
41 41
42if (1 && -f "testboard.storable") { 42if (0 && -f "testboard.storable") {
43 use KGS::Constants; 43 use KGS::Constants;
44 44
45 for (19) { 45 for (19) {
46 my $board = new game %{Storable::retrieve "testboard.storable"}; 46 my $board = new game %{Storable::retrieve "testboard.storable"};
47 47

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines