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.

18 lines
255B

  1. #pragma once
  2. #include "common.hpp"
  3. #include "Port.hpp"
  4. namespace rack {
  5. /** If you don't add these to your ModuleWidget, they will fall out of the rack... */
  6. struct SVGScrew : FramebufferWidget {
  7. SVGWidget *sw;
  8. SVGScrew();
  9. };
  10. } // namespace rack