Move some tile-related types to a new file tile/type.h
commit79abb210d5baecffa694bdc54e307da9f12ab448
authorcirdan <cirdansw@gmail.com>
Sun, 21 Apr 2013 07:03:16 +0000 (21 09:03 +0200)
committercirdan <cirdansw@gmail.com>
Wed, 23 Oct 2013 21:11:13 +0000 (23 23:11 +0200)
tree6435eb7a3441a95112e026ebc3a2aafed34ee600
parent47e9275678ebb045864f87a666cdb0b99cd93be5
Move some tile-related types to a new file tile/type.h

This is the first commit in a series to more tile-related data
and functions under a new subdirectory src/tile. The goal will
be to have a copy of most of the functions in *_map.h files,
operating on a tile pointer instead of on a TileIndex, under
src/tile. This is done mainly for modularity, but it can come
in handy if we ever implement some sort of clipboard.
projects/openttd_vs100.vcxproj
projects/openttd_vs100.vcxproj.filters
projects/openttd_vs80.vcproj
projects/openttd_vs90.vcproj
source.list
src/map.cpp
src/map_func.h
src/map_type.h
src/tile/tile.h [new file with mode: 0644]
src/tile_map.h
src/tile_type.h