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

Comparing cfmaps/cfmap2png (file contents):
Revision 1.8 by root, Sun Nov 20 00:58:57 2005 UTC vs.
Revision 1.9 by root, Sun Nov 20 01:05:34 2005 UTC

17# along with gvpe; if not, write to the Free Software 17# along with gvpe; if not, write to the Free Software
18# Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18# Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 19
20# tower of stars: missing craters? 20# tower of stars: missing craters?
21 21
22our $VERSION = '1.01';
23
22use strict; 24use strict;
23 25
24use Storable; 26use Storable;
25use List::Util qw(max); 27use List::Util qw(max);
26 28
27use Gtk2; 29use Gtk2;
28
29our $VERSION = '1.0';
30 30
31#init Gtk2::Gdk; 31#init Gtk2::Gdk;
32 32
33my $LIB = $ENV{CROSSFIRE_LIBDIR} 33my $LIB = $ENV{CROSSFIRE_LIBDIR}
34 or die "\$CROSSFIRE_LIBDIR must be set\n"; 34 or die "\$CROSSFIRE_LIBDIR must be set\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines