Files
klubhaus-doorbell/libraries/FastLED/examples/Downscale/src/xypaths.h
2026-02-12 00:45:31 -08:00

10 lines
170 B
C++

#include "fl/xypath.h"
#include "fl/vector.h"
using namespace fl;
// XYPath::NewRosePath(WIDTH, HEIGHT);
fl::vector<XYPathPtr> CreateXYPaths(int width, int height);