#ifndef HALO_H #define HALO_H // Actors within whose halo the given point is. std::list haloers(const coord_def &c); #endif