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) |
| Bitmap * | code (uint8 *map) |
| Bitmap & | operator= (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 |