mirror of https://github.com/OpenTTD/OpenTTD
(svn r5356) Move the inclusion of slope.h to reduce diff to trunk
parent
e3e64430d7
commit
93713354a2
1
tile.h
1
tile.h
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "macros.h"
|
||||
#include "map.h"
|
||||
#include "slope.h"
|
||||
|
||||
typedef enum TileTypes {
|
||||
MP_CLEAR,
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "functions.h"
|
||||
#include "slope.h"
|
||||
#include "strings.h"
|
||||
#include "table/strings.h"
|
||||
#include "table/sprites.h"
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include "openttd.h"
|
||||
#include "bridge_map.h"
|
||||
#include "road_map.h"
|
||||
#include "slope.h"
|
||||
#include "table/sprites.h"
|
||||
#include "table/strings.h"
|
||||
#include "functions.h"
|
||||
|
|
Loading…
Reference in New Issue