| 3633 | } |
| 3634 | |
| 3635 | static void initStatic__WhatTheRack() |
| 3636 | { |
| 3637 | Plugin* p = new Plugin; |
| 3638 | pluginInstance__WhatTheRack = p; |
| 3639 | |
| 3640 | const StaticPluginLoader spl(p, "WhatTheRack"); |
| 3641 | if (spl.ok()) |
| 3642 | { |
| 3643 | p->addModel(modelWhatTheRack); |
| 3644 | p->addModel(modelWhatTheMod); |
| 3645 | p->addModel(modelWhatTheJack); |
| 3646 | } |
| 3647 | } |
| 3648 | |
| 3649 | static void initStatic__WSTD_Drums() |
| 3650 | { |