| 509 | } |
| 510 | |
| 511 | uint32_t getBitmapSize(int16_t w, int16_t h, uint8_t depth=1, uint8_t flags=0) { |
| 512 | |
| 513 | } |
| 514 | |
| 515 | /*TODO: stubs*/ |
| 516 | void* createSprite(int16_t width, int16_t height, uint8_t frames = 1) { return NULL; } |
nothing calls this directly
no outgoing calls
no test coverage detected