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.

svg.hpp 165B

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