diff options
Diffstat (limited to 'ext/wittle_generator/Generate.cpp')
-rw-r--r-- | ext/wittle_generator/Generate.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/wittle_generator/Generate.cpp b/ext/wittle_generator/Generate.cpp index 4cc3ce9..5e38ba8 100644 --- a/ext/wittle_generator/Generate.cpp +++ b/ext/wittle_generator/Generate.cpp | |||
@@ -2109,3 +2109,5 @@ bool Generate::combine_shapes(std::vector<Shape>& shapes) { | |||
2109 | } | 2109 | } |
2110 | 2110 | ||
2111 | bool Generate::hasSymbolOrPath(int x, int y) { return get(x, y) != 0; } | 2111 | bool Generate::hasSymbolOrPath(int x, int y) { return get(x, y) != 0; } |
2112 | |||
2113 | std::string Generate::AsCode() { return _panel->Write(); } | ||