summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/halo.h
blob: 6f1bb4606b272fd25a24a427d49e9643e094b94d (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef HALO_H
#define HALO_H

// Actors within whose halo the given point is.
std::list<actor*> haloers(const coord_def &c);

#endif