diff options
Diffstat (limited to 'game/network/network.h')
-rw-r--r-- | game/network/network.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/game/network/network.h b/game/network/network.h index f37f335..4a2f56a 100644 --- a/game/network/network.h +++ b/game/network/network.h @@ -48,6 +48,8 @@ public: protected: static void joinLinks(const Link::Ptr & l, const Link::Ptr & ol); static GenCurveDef genCurveDef(const glm::vec3 & start, const glm::vec3 & end, float startDir); + static std::pair<GenCurveDef, GenCurveDef> genCurveDef( + const glm::vec3 & start, const glm::vec3 & end, float startDir, float endDir); using Nodes = std::set<Node::Ptr, PtrMemberSorter<Node::Ptr, &Node::pos>>; Nodes nodes; |