mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-18 22:43:27 +00:00
changed to string view
This commit is contained in:
@@ -31,7 +31,7 @@ namespace omath::pathfinding
|
||||
bool empty() const;
|
||||
|
||||
// Events -- per-vertex optional tag (e.g. "jump", "teleport")
|
||||
void set_event(const Vector3<float>& vertex, std::string event_id);
|
||||
void set_event(const Vector3<float>& vertex, const std::string_view& event_id);
|
||||
void clear_event(const Vector3<float>& vertex);
|
||||
|
||||
[[nodiscard]]
|
||||
|
||||
Reference in New Issue
Block a user