mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 15:12:35 -04:00
Removed drawRAW.
- BMP files can be loaded directly now, so it can be removed.
This commit is contained in:
parent
80f074b82f
commit
5cbbf62c5f
4 changed files with 1 additions and 163 deletions
|
@ -60,7 +60,6 @@ public:
|
|||
|
||||
void draw_pixel(const ui::Point p, const ui::Color color);
|
||||
void drawBMP(const ui::Point p, const uint8_t * bitmap, const bool transparency);
|
||||
bool drawRAW(const ui::Point p, const std::string file);
|
||||
bool drawBMP2(const ui::Point p, const std::string file);
|
||||
void render_line(const ui::Point p, const uint8_t count, const ui::Color* line_buffer);
|
||||
void render_box(const ui::Point p, const ui::Size s, const ui::Color* line_buffer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue