clear_cmd.c
changeset 1209 2e00193652b2
parent 1202 4d2a20c50760
child 1293 be96e2bf9b3c
equal deleted inserted replaced
1208:11d5223ecbcc 1209:2e00193652b2
     1 #include "stdafx.h"
     1 #include "stdafx.h"
     2 #include "ttd.h"
     2 #include "ttd.h"
     3 #include "table/strings.h"
     3 #include "table/strings.h"
     4 #include "map.h"
     4 #include "map.h"
       
     5 #include "tile.h"
     5 #include "viewport.h"
     6 #include "viewport.h"
     6 #include "command.h"
     7 #include "command.h"
     7 
     8 
     8 typedef struct TerraformerHeightMod {
     9 typedef struct TerraformerHeightMod {
     9 	TileIndex tile;
    10 	TileIndex tile;