Add Clear Board Button to Interface

This commit is contained in:
Marty Oehme 2018-07-08 19:45:35 +02:00
parent 016b166d50
commit 1a43be14fa
2 changed files with 5 additions and 1 deletions

View file

@ -56,4 +56,7 @@ class AppComponent implements OnInit {
void onEdgesClicked() {
engine.grid.switchEdgeRendering();
}
void onClearClicked() {
}
}