Move rail position definition to its own file
commitd225f65a1301f051b9ed23d43853a78120287812
authorcirdan <cirdansw@gmail.com>
Sat, 8 Mar 2014 15:42:07 +0000 (8 16:42 +0100)
committercirdan <cirdansw@gmail.com>
Sat, 8 Mar 2014 15:42:07 +0000 (8 16:42 +0100)
tree179d3f4f77f91ce9579459dbe1115d81a04be25c
parent43b6fbabef3eccfcbda823cb06019928a5eda61a
Move rail position definition to its own file

Move the definition of RailPathPos to its own new file
pathfinder/railpos.h, and make it a struct instead of a simple
typedef, since it is going to grow additional functionality.
14 files changed:
projects/openttd_vs100.vcxproj
projects/openttd_vs100.vcxproj.filters
projects/openttd_vs80.vcproj
projects/openttd_vs90.vcproj
source.list
src/pathfinder/follow_track.hpp
src/pathfinder/pos.h
src/pathfinder/railpos.h [new file with mode: 0644]
src/pathfinder/types.h
src/pathfinder/yapf/yapf_node_rail.hpp
src/pbs.h
src/signal_func.h
src/signal_map.h
src/train.h