Advertisement
Glenpl

Untitled

Aug 25th, 2015
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.30 KB | None | 0 0
  1. Coord find_neighbour(Hex hex, Coord direction); // podstawowa
  2.     Coord find_neighbour(std::shared_ptr<Hex> hex, Coord direction);
  3.     std::shared_ptr<Hex> find_neighbour_ptr(Hex hex, Coord direction); // podstawowa
  4.     std::shared_ptr<Hex> find_neighbour_ptr(std::shared_ptr<Hex> hex, Coord direction);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement