diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-28 16:38:07 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-28 16:38:07 -0400 |
| commit | cfc41eb3ccc99b92220115b0710fb821525e1075 (patch) | |
| tree | 6f7fa042a43647ea196bb2a9a86b3528e7eb740e /ext/wittle_generator/Panel.h | |
| parent | b496a29a7de381765f3c45ced9fa18f026b2e314 (diff) | |
| download | wittle-cfc41eb3ccc99b92220115b0710fb821525e1075.tar.gz wittle-cfc41eb3ccc99b92220115b0710fb821525e1075.tar.bz2 wittle-cfc41eb3ccc99b92220115b0710fb821525e1075.zip | |
generating a lot of puzzles
Diffstat (limited to 'ext/wittle_generator/Panel.h')
| -rw-r--r-- | ext/wittle_generator/Panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
| diff --git a/ext/wittle_generator/Panel.h b/ext/wittle_generator/Panel.h index 7f1588d..b8dec2f 100644 --- a/ext/wittle_generator/Panel.h +++ b/ext/wittle_generator/Panel.h | |||
| @@ -160,6 +160,8 @@ class Panel { | |||
| 160 | Decoration::Color color = Decoration::Color::None); | 160 | Decoration::Color color = Decoration::Color::None); |
| 161 | void ClearGridSymbol(int x, int y); | 161 | void ClearGridSymbol(int x, int y); |
| 162 | void Resize(int width, int height); | 162 | void Resize(int width, int height); |
| 163 | void ClearStartpoints() { _startpoints.clear(); } | ||
| 164 | void ClearExits() { _endpoints.clear(); } | ||
| 163 | 165 | ||
| 164 | int width() const { return _width; } | 166 | int width() const { return _width; } |
| 165 | int height() const { return _height; } | 167 | int height() const { return _height; } |
