Port Menger sponge algorithm to C++

This commit is contained in:
wmayer
2012-03-03 18:24:49 +01:00
parent d6ea5f782f
commit 9aebd52d57
3 changed files with 167 additions and 4 deletions

View File

@@ -72,7 +72,8 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Sandbox_MeshLoaderFuture"
<< "Sandbox_MeshTestJob"
<< "Sandbox_MeshTestRef"
<< "Sandbox_CryptographicHash";
<< "Sandbox_CryptographicHash"
<< "Sandbox_MengerSponge";
Gui::MenuItem* widg = new Gui::MenuItem;
root->insertItem(item, widg);