1
0
Fork 0

(svn r5356) Move the inclusion of slope.h to reduce diff to trunk

release/0.4
tron 2006-06-25 09:07:49 +00:00
parent e3e64430d7
commit 93713354a2
3 changed files with 1 additions and 2 deletions

1
tile.h
View File

@ -5,6 +5,7 @@
#include "macros.h"
#include "map.h"
#include "slope.h"
typedef enum TileTypes {
MP_CLEAR,

View File

@ -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"

View File

@ -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"