From cfc41eb3ccc99b92220115b0710fb821525e1075 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 28 Oct 2023 16:38:07 -0400 Subject: generating a lot of puzzles --- ext/wittle_generator/Panel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/wittle_generator/Panel.h') 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 { Decoration::Color color = Decoration::Color::None); void ClearGridSymbol(int x, int y); void Resize(int width, int height); + void ClearStartpoints() { _startpoints.clear(); } + void ClearExits() { _endpoints.clear(); } int width() const { return _width; } int height() const { return _height; } -- cgit 1.4.1