stuff-from-scratch/src/base/geometry/path/PathElement.cpp
2023-01-17 10:13:25 +00:00

6 lines
No EOL
58 B
C++

#include "PathElement.h"
PathElement::~PathElement()
{
}