summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_data.cc
blob: 23553f056dbcf977255ad85bac3c86970bc11396 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include "AppHdr.h"

#include "mgen_data.h"

#include "coord.h"

bool mgen_data::use_position() const
{
    return (in_bounds(pos));
}