- Es poden consultar les portes de la habitació

This commit is contained in:
2023-06-02 10:56:03 +02:00
parent 639ec6d039
commit e710069aec
3 changed files with 7 additions and 0 deletions

View File

@@ -14,4 +14,5 @@ namespace room
vec3_t getSize();
vec3_t getMin();
vec3_t getMax();
uint8_t getDoors();
}