8 lines
No EOL
85 B
C++
8 lines
No EOL
85 B
C++
#pragma once
|
|
|
|
namespace tp {
|
|
class Geometry {
|
|
public:
|
|
Geometry() = default;
|
|
};
|
|
} |