|
| 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) |
|
Bitmap * | code () |
|
Bitmap & | operator= (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) |
|
|
uint16 | _w |
|
uint16 | _h |
|
uint8 * | _m |
|
uint8 * | _v |
|
int32 | _map |
|
HideDesc * | _b |
|
The documentation for this class was generated from the following file: