This commit is contained in:
Saikari
2024-12-17 04:55:13 +03:00
committed by GitHub
parent c0efa35e8a
commit 075c553521
20 changed files with 72 additions and 38 deletions

View File

@@ -8,7 +8,7 @@
#include <expected>
#include <vector>
#include <string>
#include "../omath_export.h"
namespace omath::pathfinding
{
@@ -18,7 +18,7 @@ namespace omath::pathfinding
};
class NavigationMesh final
class OMATH_API NavigationMesh final
{
public: