equal
deleted
inserted
replaced
1 /* $Id$ */ |
1 /* $Id$ */ |
|
2 |
|
3 /** @file yapf.hpp Base includes/functions for YAPF. */ |
2 |
4 |
3 #ifndef YAPF_HPP |
5 #ifndef YAPF_HPP |
4 #define YAPF_HPP |
6 #define YAPF_HPP |
5 |
7 |
6 |
8 #include "../openttd.h" |
7 |
|
8 #include "track_dir.hpp" |
|
9 |
|
10 #include "../vehicle_base.h" |
9 #include "../vehicle_base.h" |
11 #include "../road_map.h" |
10 #include "../road_map.h" |
12 #include "../tunnel_map.h" |
11 #include "../tunnel_map.h" |
13 #include "../bridge_map.h" |
12 #include "../bridge_map.h" |
14 #include "../tunnelbridge_map.h" |
13 #include "../tunnelbridge_map.h" |