SPR_destroyBitmap

Destroy a bitmap managed by the sprite manager

Declaration

void MGLAPI SPR_destroyBitmap(
    SPR_bitmapManager *mgr,
    SPR_bitmap *bmp)

Prototype In

gm/sprite.h

Parameters

mgr

Bitmap manager to destroy sprite in

bmp

MGL bitmap to destroy

 

Return Value

Pointer to the loaded sprite object

Description

This function removes a bitmap to the Sprite Manager.

See Also

SPR_mgrAddOpaqueBitmap, SPR_mgrAddTransparentBitmap

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com