ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/eg/mapread
Revision: 1.1
Committed: Sat Feb 4 23:10:46 2006 UTC (18 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: crossfire_datafiles, HEAD
Log Message:
Crossfire module made

File Contents

# Content
1 #!/opt/perl/bin/perl
2 # CROSSFIRE_LIBDIR=/opt/cf/share/crossfire/ eg/mapread ../cf/maps-bigworld/scorn/kar/drink
3 use Crossfire;
4
5 my $c = Crossfire->new;
6
7 my $m = $c->read ($ARGV[0]);