src/vehicle_type.h
branchNewGRF_ports
changeset 6878 7d1ff2f621c7
parent 6872 1c4a4a609f85
child 10142 56ee7da4ad56
--- a/src/vehicle_type.h	Sun Feb 03 20:34:26 2008 +0000
+++ b/src/vehicle_type.h	Mon Mar 10 15:26:39 2008 +0000
@@ -52,4 +52,12 @@
 	EV_BUBBLE          = 9
 };
 
+/** Pathfinding option states */
+enum {
+	VPF_OPF  = 0, ///< The Original PathFinder
+	VPF_NTP  = 0, ///< New Train Pathfinder, replacing OPF for trains
+	VPF_NPF  = 1, ///< New PathFinder
+	VPF_YAPF = 2, ///< Yet Another PathFinder
+};
+
 #endif /* VEHICLE_TYPE_H */