mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 23:13:26 +00:00
Export
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
#include <vector>
|
||||
#include "NavigationMesh.hpp"
|
||||
#include "omath/Vector3.hpp"
|
||||
|
||||
#include "../omath_export.h"
|
||||
|
||||
namespace omath::pathfinding
|
||||
{
|
||||
class Astar final
|
||||
class OMATH_API Astar final
|
||||
{
|
||||
public:
|
||||
[[nodiscard]]
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user