Mercurial > hg > openttd
comparison src/autoslope.h @ 8962:322e2779f67a draft
(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Thu, 17 Apr 2008 19:10:30 +0000 |
parents | 7d580c9c41fb |
children | d48433370037 |
comparison
equal
deleted
inserted
replaced
8961:b33bcd7fa037 | 8962:322e2779f67a |
---|---|
3 /** @file autoslope.h */ | 3 /** @file autoslope.h */ |
4 | 4 |
5 #ifndef AUTOSLOPE_H | 5 #ifndef AUTOSLOPE_H |
6 #define AUTOSLOPE_H | 6 #define AUTOSLOPE_H |
7 | 7 |
8 #include "depot.h" | |
9 #include "settings_type.h" | 8 #include "settings_type.h" |
10 #include "player_func.h" | 9 #include "player_func.h" |
10 #include "depot_func.h" | |
11 | 11 |
12 /** | 12 /** |
13 * Autoslope check for tiles with an entrance on an edge. | 13 * Autoslope check for tiles with an entrance on an edge. |
14 * E.g. depots and non-drive-through-road-stops. | 14 * E.g. depots and non-drive-through-road-stops. |
15 * | 15 * |