about summary refs log tree commit diff stats
path: root/ext/wittle_generator/Panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wittle_generator/Panel.h')
-rw-r--r--ext/wittle_generator/Panel.h2
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; }