ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Deliantra.pm
(Generate patch)

Comparing deliantra/Deliantra/Deliantra.pm (file contents):
Revision 1.4 by root, Sun Feb 5 00:18:26 2006 UTC vs.
Revision 1.6 by elmex, Sun Feb 5 00:28:09 2006 UTC

5=cut 5=cut
6 6
7package Crossfire; 7package Crossfire;
8 8
9our $VERSION = '0.1'; 9our $VERSION = '0.1';
10use base 'Exporter';
11our @EXPORT = qw(read_pak read_arch arch2map);
10 12
11use strict; 13use strict;
12 14
13use Storable; 15use Storable;
14use List::Util qw(max);
15 16
16our $LIB = $ENV{CROSSFIRE_LIBDIR} 17our $LIB = $ENV{CROSSFIRE_LIBDIR}
17 or die "\$CROSSFIRE_LIBDIR must be set\n"; 18 or die "\$CROSSFIRE_LIBDIR must be set\n";
18 19
19sub T (){ 32 } 20sub T (){ 32 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines