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

Comparing kgsueme/bin/kgsueme (file contents):
Revision 1.38 by pcg, Sun Jun 1 10:10:20 2003 UTC vs.
Revision 1.39 by pcg, Mon Jun 2 12:39:20 2003 UTC

30our $LIBDIR = "."; 30our $LIBDIR = ".";
31our $APPDIR = "$LIBDIR/kgsueme"; 31our $APPDIR = "$LIBDIR/kgsueme";
32our $IMGDIR = "$LIBDIR/images"; 32our $IMGDIR = "$LIBDIR/images";
33our $SNDDIR = "$LIBDIR/sounds"; 33our $SNDDIR = "$LIBDIR/sounds";
34 34
35for (qw(util.pl gtk.pl image.pl sound.pl gamelist.pl userlist.pl game.pl room.pl roomlist.pl appwin.pl)) { 35for (qw(util.pl gtk.pl image.pl sound.pl gamelist.pl userlist.pl challenge.pl game.pl room.pl roomlist.pl appwin.pl)) {
36 print "loading module $_\n"; 36 print "loading module $_\n";
37 require "$APPDIR/$_"; 37 require "$APPDIR/$_";
38} 38}
39 39
40our $appwin = new appwin; 40our $appwin = new appwin;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines