ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/gde/gce
(Generate patch)

Comparing deliantra/gde/gce (file contents):
Revision 1.2 by elmex, Sun Feb 5 02:08:48 2006 UTC vs.
Revision 1.3 by root, Sun Feb 5 04:30:17 2006 UTC

8use Gtk2 -init; 8use Gtk2 -init;
9use Crossfire; 9use Crossfire;
10use Crossfire::Gtk2; 10use Crossfire::Gtk2;
11 11
12my $VARDIR = "$ENV{HOME}/.gcfedit"; 12my $VARDIR = "$ENV{HOME}/.gcfedit";
13
13mkdir $VARDIR; 14mkdir $VARDIR;
14 15
15Crossfire::init ($VARDIR); 16Crossfire::init ($VARDIR);
16Crossfire::Gtk2::init_tilecache ($VARDIR.'/tilecache'); 17Crossfire::Gtk2::init_tilecache ("$VARDIR/tilecache");
17 18
18use GCE::MainWindow; 19use GCE::MainWindow;
20require GCE::Map;
21
19my $w = GCE::MainWindow->new; 22my $w = GCE::MainWindow->new;
20 23
21$w->show_all; 24$w->show_all;
22 25
23Gtk2->main; 26Gtk2->main;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines