mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-16 18:43:25 +00:00
dropped .dll/.so support
This commit is contained in:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user