Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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
- Loading branch information
Showing
with
211 additions
and 192 deletions.
- +199 −180 src/pathfinder.cpp
- +7 −7 src/pathfinder.h
- +5 −5 src/script/lua_api/l_env.cpp
Oops, something went wrong.