| 2683 | } |
| 2684 | |
| 2685 | static void initStatic__LilacLoop() |
| 2686 | { |
| 2687 | Plugin* const p = new Plugin; |
| 2688 | pluginInstance__LilacLoop = p; |
| 2689 | |
| 2690 | const StaticPluginLoader spl(p, "LilacLoop"); |
| 2691 | if (spl.ok()) |
| 2692 | { |
| 2693 | p->addModel(modelLooperOne); |
| 2694 | } |
| 2695 | } |
| 2696 | |
| 2697 | static void initStatic__LittleUtils() |
| 2698 | { |