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.

20 lines
333B

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