Changed Moved LoadBMP into the BitmapImage class

~G2k
This commit is contained in:
2006-07-01 23:48:44 -04:00
parent 966442e566
commit 2956132146
2 changed files with 27 additions and 2 deletions

View File

@@ -26,6 +26,18 @@
namespace OpenArena{
/*!
* \brief
* Write brief comment for BitmapImage here.
*
* Write detailed description for BitmapImage here.
*
* \remarks
* Write remarks for BitmapImage here.
*
* \see
* Separate items with the '|' character.
*/
BitmapImage::BitmapImage()
{
BitmapImage(1, 1);
@@ -222,7 +234,7 @@ namespace OpenArena{
return image;
}
TextureImage* LoadBMP(const char* fn)
TextureImage* BitmapImage::LoadBMP(const char* fn)
{
//If anything is not perfect return NULL after cleaning up our mess