Feature: the Modal component. (#418)

This commit is contained in:
Arthur Sonzogni
2022-06-12 17:08:22 +02:00
committed by GitHub
parent bb3231695f
commit 925a7578d4
28 changed files with 354 additions and 135 deletions

View File

@@ -28,7 +28,7 @@ int Integrate(std::vector<int>& elements) {
}
return accu;
}
}
} // namespace
class GridBox : public Node {
public: