| 2897 | } |
| 2898 | |
| 2899 | static void initStatic__Mog() |
| 2900 | { |
| 2901 | Plugin* const p = new Plugin; |
| 2902 | pluginInstance__Mog = p; |
| 2903 | |
| 2904 | const StaticPluginLoader spl(p, "Mog"); |
| 2905 | if (spl.ok()) |
| 2906 | { |
| 2907 | p->addModel(modelNetwork); |
| 2908 | p->addModel(modelNexus); |
| 2909 | } |
| 2910 | } |
| 2911 | |
| 2912 | static void initStatic__mscHack() |
| 2913 | { |