| changeset 5917 | e0d30aba24a3 |
| parent 5916 | 75c6d5cf1600 |
| child 5918 | 602e158900a2 |
| 5916:75c6d5cf1600 | 5917:e0d30aba24a3 |
|---|---|
33 #include "newgrf_station.h" |
33 #include "newgrf_station.h" |
34 #include "yapf/yapf.h" |
34 #include "yapf/yapf.h" |
35 #include "date.h" |
35 #include "date.h" |
36 #include "helpers.hpp" |
36 #include "helpers.hpp" |
37 |
37 |
38 #include <memory> // for auto_ptr |
|
39 |
|
38 typedef enum StationRectModes |
40 typedef enum StationRectModes |
39 { |
41 { |
40 RECT_MODE_TEST = 0, |
42 RECT_MODE_TEST = 0, |
41 RECT_MODE_TRY, |
43 RECT_MODE_TRY, |
42 RECT_MODE_FORCE |
44 RECT_MODE_FORCE |