ScummVM API documentation
CGE::Bitmap Class Reference

Public Member Functions

 Bitmap (CGEEngine *vm, const char *fname)
 
 Bitmap (CGEEngine *vm, uint16 w, uint16 h, uint8 *map)
 
 Bitmap (CGEEngine *vm, uint16 w, uint16 h, uint8 fill)
 
 Bitmap (CGEEngine *vm, const Bitmap &bmp)
 
Bitmapcode ()
 
Bitmapoperator= (const Bitmap &bmp)
 
void hide (int16 x, int16 y)
 
void show (int16 x, int16 y)
 
void xShow (int16 x, int16 y)
 
bool solidAt (int16 x, int16 y)
 

Public Attributes

uint16 _w
 
uint16 _h
 
uint8 * _m
 
uint8 * _v
 
int32 _map
 
HideDesc_b
 

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