ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/eg/mapread
Revision: 1.4
Committed: Wed Dec 26 18:05:01 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_2
Changes since 1.3: +2 -2 lines
Log Message:
initial deliantra check-in

File Contents

# User Rev Content
1 elmex 1.1 #!/opt/perl/bin/perl
2     # CROSSFIRE_LIBDIR=/opt/cf/share/crossfire/ eg/mapread ../cf/maps-bigworld/scorn/kar/drink
3 root 1.4 use Deliantra;
4 elmex 1.1
5 root 1.4 my $m = Deliantra::read_arch ($ARGV[0]);