| 3119 | } |
| 3120 | |
| 3121 | static void initStatic__PinkTrombone() |
| 3122 | { |
| 3123 | Plugin* const p = new Plugin; |
| 3124 | pluginInstance__PinkTrombone = p; |
| 3125 | |
| 3126 | const StaticPluginLoader spl(p, "PinkTrombone"); |
| 3127 | if (spl.ok()) |
| 3128 | { |
| 3129 | p->addModel(modelPinkTrombone); |
| 3130 | } |
| 3131 | } |
| 3132 | |
| 3133 | static void initStatic__Prism() |
| 3134 | { |