added "outdoor" support to floorplan and grid-nodes

This commit is contained in:
2017-03-12 16:47:29 +01:00
parent e88f0b85a6
commit 7ec5fef697
5 changed files with 55 additions and 27 deletions

View File

@@ -52,6 +52,8 @@ public:
static const uint8_t TYPE_ELEVATOR = 2;
static const uint8_t TYPE_DOOR = 3;
static const uint8_t TYPE_OUTDOOR = 100;
public:
/** ctor */