summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/flood_find.h
Commit message (Collapse)AuthorAgeFilesLines
* Reduce dependency on travel.hMatthew Cline2009-11-291-0/+173
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).