diff options
Diffstat (limited to 'game/network/link.h')
-rw-r--r-- | game/network/link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/network/link.h b/game/network/link.h index d9629de..6441c8b 100644 --- a/game/network/link.h +++ b/game/network/link.h @@ -61,6 +61,7 @@ protected: return {}; } }; +using CLinks = std::vector<LinkCPtr>; bool operator<(const glm::vec3 & a, const glm::vec3 & b); bool operator<(const Node & a, const Node & b); |