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

Comparing kgsueme/bin/kgsueme (file contents):
Revision 1.50 by pcg, Tue Jul 22 21:24:50 2003 UTC vs.
Revision 1.51 by pcg, Fri Jul 25 03:50:32 2003 UTC

34 our $LIBDIR = "."; 34 our $LIBDIR = ".";
35 our $APPDIR = "$LIBDIR/kgsueme"; 35 our $APPDIR = "$LIBDIR/kgsueme";
36 our $IMGDIR = "$LIBDIR/images"; 36 our $IMGDIR = "$LIBDIR/images";
37 our $SNDDIR = "$LIBDIR/sounds"; 37 our $SNDDIR = "$LIBDIR/sounds";
38 38
39 for (qw(util.pl gtk.pl image.pl sound.pl user.pl gamelist.pl userlist.pl challenge.pl 39 for (qw(util.pl gtk.pl chat.pl image.pl sound.pl user.pl gamelist.pl userlist.pl challenge.pl
40 board.pl game.pl room.pl roomlist.pl app.pl)) { 40 board.pl game.pl room.pl roomlist.pl app.pl)) {
41 require "$APPDIR/$_"; 41 require "$APPDIR/$_";
42 } 42 }
43} 43}
44 44

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines