Already better than CSS because I can center stuff.
This commit is contained in:
parent
1620a5420f
commit
60ed686eb0
6 changed files with 58 additions and 42 deletions
2
lel.hpp
2
lel.hpp
|
@ -16,6 +16,7 @@ namespace lel {
|
|||
bool right = false;
|
||||
bool bottom = false;
|
||||
bool expand = false;
|
||||
bool center = false;
|
||||
|
||||
Cell(int col, int row) : col(col), row(row) {}
|
||||
};
|
||||
|
@ -41,6 +42,7 @@ namespace lel {
|
|||
void setheight(int height);
|
||||
void expand();
|
||||
void reset();
|
||||
void center();
|
||||
bool parse(std::string input);
|
||||
void finalize();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue