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.

9 lines
267B

  1. #pragma once
  2. #include "widgets/Widget.hpp"
  3. #include "widgets/TransparentWidget.hpp"
  4. #include "widgets/OpaqueWidget.hpp"
  5. #include "widgets/TransformWidget.hpp"
  6. #include "widgets/ZoomWidget.hpp"
  7. #include "widgets/SVGWidget.hpp"
  8. #include "widgets/FramebufferWidget.hpp"