Skip to content

Commit 75f3f91

Browse files
authored
Merge pull request #628 from codygeary/CVfunk
CVfunk add Magnets
2 parents 0aee9d8 + b044748 commit 75f3f91

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

plugins/plugins.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -1848,6 +1848,10 @@ static void initStatic__CVfunk()
18481848
p->addModel(modelImpulseController);
18491849
p->addModel(modelSignals);
18501850
p->addModel(modelRanges);
1851+
p->addModel(modelHexMod);
1852+
p->addModel(modelCollatz);
1853+
p->addModel(modelStrings);
1854+
p->addModel(modelMagnets);
18511855
#undef modelSteps
18521856
}
18531857
}

0 commit comments

Comments
 (0)