--- deliantra/Deliantra-Client/DC.pm 2006/04/11 13:05:11 1.21 +++ deliantra/Deliantra-Client/DC.pm 2006/04/11 13:14:36 1.22 @@ -1,10 +1,10 @@ =head1 NAME -Crossfire::Client - undocumented utility garbage for our crossfire client +CFClient - undocumented utility garbage for our crossfire client =head1 SYNOPSIS - use Crossfire::Client; + use CFClient; =head1 DESCRIPTION @@ -12,13 +12,13 @@ =cut -package Crossfire::Client; +package CFClient; BEGIN { $VERSION = '0.1'; use XSLoader; - XSLoader::load "Crossfire::Client", $VERSION; + XSLoader::load "CFClient", $VERSION; } our %GL_EXT; @@ -32,14 +32,14 @@ $GL_NPOT = $GL_EXT{GL_ARB_texture_non_power_of_two} || $GL_VERSION >= 2; - Crossfire::Client::Texture::restore_state (); + CFClient::Texture::restore_state (); } sub find_rcfile($) { my $path; for (@INC) { - $path = "$_/Crossfire/resources/$_[0]"; + $path = "$_/CFClient/resources/$_[0]"; return $path if -r $path; } @@ -78,7 +78,7 @@ close CFG; } -package Crossfire::Client::Texture; +package CFClient::Texture; use Scalar::Util;