fixed include names

This commit is contained in:
2025-03-21 04:40:59 +03:00
parent d5d1260784
commit 756bcef6e1
35 changed files with 60 additions and 61 deletions

View File

@@ -4,8 +4,8 @@
#pragma once
#include <vector>
#include "navigation_mesh.hpp"
#include "omath/Vector3.hpp"
#include "omath/pathfinding/navigation_mesh.hpp"
#include "omath/vector3.hpp"
namespace omath::pathfinding
{

View File

@@ -4,17 +4,17 @@
#pragma once
#include "omath/Vector3.hpp"
#include <expected>
#include <vector>
#include <string>
#include <vector>
#include "omath/vector3.hpp"
namespace omath::pathfinding
{
enum Error
{
};
class NavigationMesh final