| 3475 | } |
| 3476 | |
| 3477 | static void initStatic__unless_modules() |
| 3478 | { |
| 3479 | Plugin* const p = new Plugin; |
| 3480 | pluginInstance__unless_modules = p; |
| 3481 | |
| 3482 | const StaticPluginLoader spl(p, "unless_modules"); |
| 3483 | if (spl.ok()) |
| 3484 | { |
| 3485 | // unless_modules::init_theme(); |
| 3486 | // theme = _less::Theme(); |
| 3487 | p->addModel(modelPiong); |
| 3488 | p->addModel(modelChainkov); |
| 3489 | p->addModel(modelAtoms); |
| 3490 | p->addModel(modelCantor); |
| 3491 | p->addModel(modelRoom); |
| 3492 | p->addModel(modelSnake); |
| 3493 | p->addModel(modelTowers); |
| 3494 | p->addModel(modelPianoid); |
| 3495 | p->addModel(modelPremuter); |
| 3496 | p->addModel(modelAvoider); |
| 3497 | } |
| 3498 | } |
| 3499 | |
| 3500 | static void initStatic__ValleyAudio() |
| 3501 | { |