Pathfinder: Fix style
authorest31 <MTest31@outlook.com>
Thu, 31 Mar 2016 23:52:17 +0000 (01:52 +0200)
committerest31 <MTest31@outlook.com>
Sun, 1 May 2016 13:32:02 +0000 (15:32 +0200)
commitac8bb457aae58867cbb96a5e64d286e7edc18e16
tree6a345c53f13a4f11db38d9f98309cb746de5897c
parent46e5ef4e9a19a162c8baee15d314233c0bb0e331
Pathfinder: Fix style

* Fix naming style for methods and classes:
Use camelCase for methods and PascalCase for classes as
code style demands it. And use sneak_case for methods that
are not member of a class.
* Replace "* " with " *" for Pointers
* Same for references
* Put function body opening braces on new line
* Other misc minor non functional style improvements
src/pathfinder.cpp
src/pathfinder.h
src/script/lua_api/l_env.cpp