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.

15 lines
166B

  1. #pragma once
  2. #include <nanovg.h>
  3. #include <nanosvg.h>
  4. #include <common.hpp>
  5. namespace rack {
  6. void svgDraw(NVGcontext* vg, NSVGimage* svg);
  7. } // namespace rack