dropped .dll/.so support

This commit is contained in:
2024-12-23 13:47:28 +03:00
parent 4e3b85a313
commit b0156cec18
18 changed files with 95 additions and 118 deletions

View File

@@ -6,11 +6,10 @@
#include <vector>
#include "NavigationMesh.hpp"
#include "omath/Vector3.hpp"
#include "omath/omath_export.hpp"
namespace omath::pathfinding
{
class OMATH_API Astar final
class Astar final
{
public:
[[nodiscard]]