about summary refs log tree commit diff stats
path: root/ext/wittle_generator/Generate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wittle_generator/Generate.h')
-rw-r--r--ext/wittle_generator/Generate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/wittle_generator/Generate.h b/ext/wittle_generator/Generate.h index 0dc5fc3..cbb870d 100644 --- a/ext/wittle_generator/Generate.h +++ b/ext/wittle_generator/Generate.h
@@ -86,6 +86,7 @@ class Generate {
86 } 86 }
87 void setGridSize(int width, int height); 87 void setGridSize(int width, int height);
88 void setSymmetry(Panel::Symmetry symmetry); 88 void setSymmetry(Panel::Symmetry symmetry);
89 std::string AsCode();
89 void write(int id); 90 void write(int id);
90 void setFlag(Config option) { _config |= option; }; 91 void setFlag(Config option) { _config |= option; };
91 void setFlagOnce(Config option) { 92 void setFlagOnce(Config option) {