| 3072 | } |
| 3073 | |
| 3074 | static void initStatic__ParableInstruments() |
| 3075 | { |
| 3076 | Plugin* const p = new Plugin; |
| 3077 | pluginInstance__ParableInstruments = p; |
| 3078 | |
| 3079 | const StaticPluginLoader spl(p, "ParableInstruments"); |
| 3080 | if (spl.ok()) |
| 3081 | { |
| 3082 | #define modelClouds modelParableClouds |
| 3083 | p->addModel(modelClouds); |
| 3084 | #undef modelClouds |
| 3085 | } |
| 3086 | } |
| 3087 | |
| 3088 | static void initStatic__PathSet() |
| 3089 | { |