- Es pot canviar el color de l'habitació

This commit is contained in:
2023-06-06 19:46:57 +02:00
parent e75eae0c7e
commit f21029f973
4 changed files with 11 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
namespace room
{
void load(int x, int y, int8_t xp, int8_t xn, int8_t yp, int8_t yn);
void load(int x, int y, int8_t xp, int8_t xn, int8_t yp, int8_t yn, uint8_t col);
void draw();
void draw2();