| 2311 | } |
| 2312 | |
| 2313 | static void initStatic__forsitan() |
| 2314 | { |
| 2315 | Plugin* const p = new Plugin; |
| 2316 | pluginInstance__forsitan = p; |
| 2317 | |
| 2318 | const StaticPluginLoader spl(p, "forsitan-modulare"); |
| 2319 | if (spl.ok()) |
| 2320 | { |
| 2321 | p->addModel(alea); |
| 2322 | p->addModel(interea); |
| 2323 | p->addModel(cumuli); |
| 2324 | p->addModel(deinde); |
| 2325 | p->addModel(pavo); |
| 2326 | } |
| 2327 | } |
| 2328 | |
| 2329 | static void initStatic__GlueTheGiant() |
| 2330 | { |