| 1308 | } |
| 1309 | |
| 1310 | static void initStatic__admiral() |
| 1311 | { |
| 1312 | Plugin* const p = new Plugin; |
| 1313 | pluginInstance__admiral = p; |
| 1314 | |
| 1315 | const StaticPluginLoader spl(p, "admiral"); |
| 1316 | if (spl.ok()) |
| 1317 | { |
| 1318 | p->addModel(modelWatches); |
| 1319 | p->addModel(modelShifts); |
| 1320 | p->addModel(modelTables); |
| 1321 | p->addModel(modelDivisions); |
| 1322 | } |
| 1323 | } |
| 1324 | |
| 1325 | static void initStatic__alefsbits() |
| 1326 | { |