- Portes editables

This commit is contained in:
2023-06-08 15:47:33 +02:00
parent 1b1f6751fe
commit 2bc6ad2e30
5 changed files with 6 additions and 3 deletions

View File

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