tmp
This commit is contained in:
parent
9e339defd6
commit
a9fbb909ac
21 changed files with 322 additions and 30 deletions
8
GeometryEditor2D/public/Geometry.hpp
Normal file
8
GeometryEditor2D/public/Geometry.hpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
namespace tp {
|
||||
class Geometry {
|
||||
public:
|
||||
Geometry() = default;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue