/* $Id: copy_paste.h 6400 2006-09-05 20:32:58Z richk $ */ #ifndef COPY_PASTE_H #define COPY_PASTE_H #include "map.h" void CopyArea(TileIndex end, TileIndex start, bool copyWithRail, bool copyWithRoad, bool copyWithOther); void SafePasteArea(TileIndex tile, bool pasteVacantTerrain, bool convertRail, bool clearBeforeBuild, bool toggleSignalDirection); bool IsSomethingCopied(void); void RotateSelectionCCW(void); void RotateSelectionCW(void); void MirrorSelectionHorizontal(void); void MirrorSelectionVertical(void); #endif /* COPY_PASTE_H */