Move pathfinder classes to cpp file
authorest31 <MTest31@outlook.com>
Thu, 31 Mar 2016 23:20:34 +0000 (01:20 +0200)
committerest31 <MTest31@outlook.com>
Sun, 1 May 2016 13:32:02 +0000 (15:32 +0200)
commit46e5ef4e9a19a162c8baee15d314233c0bb0e331
tree1f717faebba6d2b96ced1128b886d45d14b9dcfa
parentc1a0ebb725d6ac05e94cc6ad8507106636b63326
Move pathfinder classes to cpp file

There is no need to put them into the header, they are solely used
inside the pathfinder.

Another advantage of this change is that only the pathfinder.cpp has
to be compiled if PATHFINDER_DEBUG gets defined or undefined, not
all files including the .h.

This commit moves the pathfinder classes to the cpp file without
modifications.
Also, the PATHFINDER_DEBUG macro gets moved to the cpp file and
the PATHFINDER_CALC_TIME macro gets moved to a plce where it
actually does work.
src/pathfinder.cpp
src/pathfinder.h