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

Comparing kgsueme/bin/kgsueme (file contents):
Revision 1.57 by pcg, Sat Aug 2 01:49:36 2003 UTC vs.
Revision 1.58 by pcg, Thu May 20 23:09:53 2004 UTC

33 our $config; 33 our $config;
34 our $LIBDIR = "."; 34 our $LIBDIR = ".";
35 35
36 use KGS::Constants; 36 use KGS::Constants;
37 37
38 for (qw(util.pl gtk.pl chat.pl sound.pl user.pl gamelist.pl userlist.pl challenge.pl 38 for (qw(util.pl gtk.pl chat.pl superchat.pl sound.pl user.pl gamelist.pl userlist.pl challenge.pl
39 game.pl room.pl roomlist.pl app.pl)) { 39 game.pl room.pl roomlist.pl app.pl)) {
40 require (KGS::Constants::findfile "KGS/kgsueme/$_"); 40 require (KGS::Constants::findfile "KGS/kgsueme/$_");
41 die if $@; 41 die if $@;
42 } 42 }
43} 43}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines