summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-transit.h
Commit message (Collapse)AuthorAgeFilesLines
* Reduce dependency on travel.hMatthew Cline2009-11-291-1/+0
| | | | | | | | Removed inclusion of travel.h from most .h files to reduce the number of .cc files dependant on it. This involved moving the level_pos declaration to externs.h, moving the flood_find template to it's own header file, and moving two typedefs from travel.h to travel_defs.h because typedefs can't be forward declared (argh).
* Move mtransit to mon-transit.Vsevolod Kozlov2009-11-141-0/+46