From 4752703f3c1c960450cb0ab8a98e6439809f759e Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Tue, 26 Apr 2022 07:40:19 +0300 Subject: [PATCH] comment for maze cell --- lib/ortho/maze.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ortho/maze.h b/lib/ortho/maze.h index bef78d1a7..755bb9c73 100644 --- a/lib/ortho/maze.h +++ b/lib/ortho/maze.h @@ -36,6 +36,8 @@ enum {M_RIGHT=0, M_TOP, M_LEFT, M_BOTTOM}; /// @brief cell has small width corresponding to a small width node #define IsSmallH(cp) (cp->flags & MZ_SMALLH) +/// @brief result of partitioning available space, part of @ref maze + typedef struct cell { int flags; int nedges; -- 2.40.0