|
@@ -10,6 +10,7 @@ private:
|
|
Cell *upLeft_;
|
|
Cell *upLeft_;
|
|
Cell *up_;
|
|
Cell *up_;
|
|
Cell *upRight_;
|
|
Cell *upRight_;
|
|
|
|
+
|
|
Cell * downLeft_;
|
|
Cell * downLeft_;
|
|
Cell *down_;
|
|
Cell *down_;
|
|
Cell *downRight_;
|
|
Cell *downRight_;
|
|
@@ -56,4 +57,4 @@ public:
|
|
|
|
|
|
void RecalculateTableWithCenterThisPoint();
|
|
void RecalculateTableWithCenterThisPoint();
|
|
std::vector <Cell*> actualPath(Cell*);
|
|
std::vector <Cell*> actualPath(Cell*);
|
|
-};
|
|
|
|
|
|
+};
|