ScummVM API documentation
CGE2::Bitmap Class Reference

Public Member Functions

 Bitmap (CGE2Engine *vm, const char *fname)
 
 Bitmap (CGE2Engine *vm, uint16 w, uint16 h, uint8 *map)
 
 Bitmap (CGE2Engine *vm, uint16 w, uint16 h, uint8 fill)
 
 Bitmap (CGE2Engine *vm, const Bitmap &bmp)
 
void setVM (CGE2Engine *vm)
 
Bitmapcode (uint8 *map)
 
Bitmapoperator= (const Bitmap &bmp)
 
void release ()
 
void hide (V2D pos)
 
void show (V2D pos)
 
bool solidAt (V2D pos)
 
void xLatPos (V2D &p)
 

Static Public Member Functions

static uint8 * makeSpeechBubbleTail (int des, uint8 colorSet[][4])
 

Public Attributes

uint16 _w
 
uint16 _h
 
uint8 * _v
 
int32 _map
 
HideDesc_b
 

The documentation for this class was generated from the following file: