You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
219B

  1. #pragma once
  2. namespace rack_plugin_Skylights {
  3. struct DavidLTPort : public SVGPort {
  4. DavidLTPort() {
  5. setSVG(SVG::load(assetPlugin(plugin, "res/cntr_LT.svg")));
  6. }
  7. };
  8. } // namespace rack_plugin_Skylights