Home
last modified time | relevance | path

Searched refs:TravelCache (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtravel.cc82 TravelCache travel_cache;
4000 void TravelCache::list_waypoints() const in list_waypoints()
4035 void TravelCache::update_waypoints() const in update_waypoints()
4050 void TravelCache::delete_waypoint() in delete_waypoint()
4164 int TravelCache::get_waypoint_count() const in get_waypoint_count()
4174 void TravelCache::clear_distances() in clear_distances()
4187 void TravelCache::save(writer& outf) const in save()
4235 void TravelCache::set_level_excludes() in set_level_excludes()
4240 void TravelCache::update_excludes() in update_excludes()
4245 void TravelCache::update() in update()
[all …]
H A Dtravel.h402 friend class TravelCache; member
411 class TravelCache
615 extern TravelCache travel_cache;
H A Dmain.cc359 travel_cache = TravelCache(); in _reset_game()