- Es poden consultar les portes de la habitació
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
|
||||
struct vec2_t
|
||||
{
|
||||
|
||||
@@ -107,4 +107,9 @@ namespace room
|
||||
{
|
||||
return max;
|
||||
}
|
||||
|
||||
uint8_t getDoors()
|
||||
{
|
||||
return doors;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,4 +14,5 @@ namespace room
|
||||
vec3_t getSize();
|
||||
vec3_t getMin();
|
||||
vec3_t getMax();
|
||||
uint8_t getDoors();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user