6 lines
86 B
C++
6 lines
86 B
C++
#include "pivot.hpp"
|
|
|
|
Pivot::Pivot() {}
|
|
|
|
Pivot::Pivot(const Object& t) : Object(t) {}
|