| 81 | } |
| 82 | |
| 83 | wxString VampEffectsModule::GetVersion() const |
| 84 | { |
| 85 | // This "may" be different if this were to be maintained as a separate DLL |
| 86 | return VAMPEFFECTS_VERSION; |
| 87 | } |
| 88 | |
| 89 | TranslatableString VampEffectsModule::GetDescription() const |
| 90 | { |
no outgoing calls
no test coverage detected