added more unit tests

This commit is contained in:
2024-11-30 03:37:25 +03:00
parent e6069e1e65
commit cfb6683ac3
7 changed files with 84 additions and 10 deletions

View File

@@ -12,6 +12,12 @@
namespace omath::pathfinding
{
enum Error
{
};
class NavigationMesh final
{
public: