mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[code] Added default Fibonacci script.
Change-Id: I2766fa542ee64722018486a874e9855a5976a788
This commit is contained in:
@@ -17,10 +17,6 @@ const Image * App::Descriptor::icon() {
|
||||
return ImageStore::CodeIcon;
|
||||
}
|
||||
|
||||
App::Snapshot::Snapshot() {
|
||||
m_scriptStore.addNewScript(ScriptStore::DefaultScript::Factorial);
|
||||
}
|
||||
|
||||
App * App::Snapshot::unpack(Container * container) {
|
||||
return new App(container, this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user