Browse Source

Update kocmoc. (#837)

tags/25.06
rl2939 GitHub 8 months ago
parent
commit
088953ad90
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions
  1. +1
    -1
      plugins/kocmoc
  2. +1
    -0
      plugins/plugins.cpp
  3. +1
    -0
      src/custom/dep.cpp

+ 1
- 1
plugins/kocmoc

@@ -1 +1 @@
Subproject commit eaf7cbf3af0a8525d3c649c53eab476c3052d41b
Subproject commit ea69acab96db49c32601b609cdfe06444ecee0e8

+ 1
- 0
plugins/plugins.cpp View File

@@ -2618,6 +2618,7 @@ static void initStatic__kocmoc()
p->addModel(modelTRG);
p->addModel(modelLADR);
p->addModel(modeluLADR);
p->addModel(modelDIOD);
p->addModel(modelOP);
p->addModel(modelPHASR);
p->addModel(modelMUL);


+ 1
- 0
src/custom/dep.cpp View File

@@ -284,6 +284,7 @@ static const struct {
{ kModeLittleUtils, "/LittleUtils/res/TeleportOut.svg", {}, -1 },
// GPL-3.0-or-later
{ kModeKocmoc, "/kocmoc/res/DDLY.svg", {}, -1 },
{ kModeKocmoc, "/kocmoc/res/DIOD.svg", {}, -1 },
{ kModeKocmoc, "/kocmoc/res/LADR.svg", {}, -1 },
{ kModeKocmoc, "/kocmoc/res/uLADR.svg", {}, -1 },
{ kModeKocmoc, "/kocmoc/res/MUL.svg", {}, -1 },


Loading…
Cancel
Save