- Treballant en el mapa

This commit is contained in:
2024-09-16 14:08:49 +02:00
parent 2fd5f39285
commit 4ace433340
3 changed files with 72 additions and 30 deletions

View File

@@ -108,6 +108,7 @@ namespace draw
void swapcol(const uint8_t c1, const uint8_t c2);
void restorecol(const uint8_t c);
void color(const uint8_t col);
void isoline(int x, int y, const int dx, const int dy, const int len);
void hline(const int x, const int y, const int w);
void vline(const int x, const int y, const int h);
void fillrect(const int x, const int y, const int w, const int h);