| 3059 | } |
| 3060 | |
| 3061 | static void initStatic__Orbits() |
| 3062 | { |
| 3063 | Plugin* const p = new Plugin; |
| 3064 | pluginInstance__Orbits = p; |
| 3065 | |
| 3066 | const StaticPluginLoader spl(p, "Orbits"); |
| 3067 | if (spl.ok()) |
| 3068 | { |
| 3069 | p->addModel(modelRareBreeds_Orbits_Eugene); |
| 3070 | p->addModel(modelRareBreeds_Orbits_Polygene); |
| 3071 | } |
| 3072 | } |
| 3073 | |
| 3074 | static void initStatic__ParableInstruments() |
| 3075 | { |