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