diff options
Diffstat (limited to 'ui/builders/join.h')
-rw-r--r-- | ui/builders/join.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ui/builders/join.h b/ui/builders/join.h deleted file mode 100644 index 326d23d..0000000 --- a/ui/builders/join.h +++ /dev/null @@ -1,18 +0,0 @@ -#pragma once -#include "../editNetwork.h" - -class Network; -class GeoData; - -class BuilderJoin : public EditNetwork::Builder { -private: - std::string hint() const override; - void click(Network * network, const GeoData * geoData, const SDL_MouseButtonEvent & e, - const Ray<GlobalPosition3D> & ray) override; - void move(Network * network, const GeoData * geoData, const SDL_MouseMotionEvent & e, - const Ray<GlobalPosition3D> & ray) override; - - Link::CCollection create(Network * network, const GeoData *, const Node::Ptr & p1, const Node::Ptr & p2) const; - - Node::Ptr p1; -}; |