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

Comparing deliantra/gde/gce (file contents):
Revision 1.1 by elmex, Sun Feb 5 00:34:36 2006 UTC vs.
Revision 1.2 by elmex, Sun Feb 5 02:08:48 2006 UTC

4 gce - gtk (perl) crossfire editor 4 gce - gtk (perl) crossfire editor
5 5
6=cut 6=cut
7 7
8use Gtk2 -init; 8use Gtk2 -init;
9use Crossfire;
10use Crossfire::Gtk2;
9 11
10my $VARDIR = "$ENV{HOME}/.gcfedit"; 12my $VARDIR = "$ENV{HOME}/.gcfedit";
13mkdir $VARDIR;
14
15Crossfire::init ($VARDIR);
16Crossfire::Gtk2::init_tilecache ($VARDIR.'/tilecache');
11 17
12use GCE::MainWindow; 18use GCE::MainWindow;
13my $w = GCE::MainWindow->new; 19my $w = GCE::MainWindow->new;
14 20
15$w->show_all; 21$w->show_all;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines