LEL is able to position right/left/top/bottom and expand out too.
This commit is contained in:
parent
872cedc8e1
commit
cebf61a794
4 changed files with 27 additions and 18 deletions
4
lel.hpp
4
lel.hpp
|
@ -11,8 +11,8 @@ struct Cell {
|
|||
int max_h = 0;
|
||||
int col = 0;
|
||||
int row = 0;
|
||||
bool left = true;
|
||||
bool top = true;
|
||||
bool right = false;
|
||||
bool bottom = false;
|
||||
bool expand = false;
|
||||
|
||||
Cell(int col, int row) : col(col), row(row) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue