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

Comparing kgsueme/bin/kgsueme (file contents):
Revision 1.44 by pcg, Tue Jun 24 02:31:05 2003 UTC vs.
Revision 1.45 by pcg, Fri Jun 27 01:21:19 2003 UTC

25 25
26if ($HACK) { 26if ($HACK) {
27 $KGS::debug = 1; 27 $KGS::debug = 1;
28} 28}
29 29
30BEGIN {
30our $VERSION = "0.1"; 31 our $VERSION = "0.1";
31 32
32our $config; 33 our $config;
33our $LIBDIR = "."; 34 our $LIBDIR = ".";
34our $APPDIR = "$LIBDIR/kgsueme"; 35 our $APPDIR = "$LIBDIR/kgsueme";
35our $IMGDIR = "$LIBDIR/images"; 36 our $IMGDIR = "$LIBDIR/images";
36our $SNDDIR = "$LIBDIR/sounds"; 37 our $SNDDIR = "$LIBDIR/sounds";
37 38
38for (qw(util.pl gtk.pl image.pl sound.pl gamelist.pl userlist.pl challenge.pl 39 for (qw(util.pl gtk.pl image.pl sound.pl gamelist.pl userlist.pl challenge.pl
39 board.pl game.pl room.pl roomlist.pl appwin.pl)) { 40 board.pl game.pl room.pl roomlist.pl appwin.pl)) {
40 print "loading module $_\n"; 41 print "loading module $_\n";
41 require "$APPDIR/$_"; 42 require "$APPDIR/$_";
43 }
42} 44}
43 45
44our $appwin = new appwin; 46our $appwin = new appwin;
45 47
46if (0) { 48if (0) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines