summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/losglobal.h
blob: a3286aefe8af42454cfae78c16d10619b9596793 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef LOSGLOBAL_H
#define LOSGLOBAL_H

void invalidate_los_around(const coord_def& p);
void invalidate_los();

bool cell_see_cell(const coord_def& p, const coord_def& q, los_type l);

#endif