10 lines
No EOL
170 B
C++
10 lines
No EOL
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); |