From 9368f57866c8d62ed9927410e2a2230e0a1c3b54 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 27 Nov 2009 17:57:40 +0100 Subject: Remove header includes from mon-place.h. --- crawl-ref/source/mgen_data.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 crawl-ref/source/mgen_data.cc (limited to 'crawl-ref/source/mgen_data.cc') diff --git a/crawl-ref/source/mgen_data.cc b/crawl-ref/source/mgen_data.cc new file mode 100644 index 0000000000..23553f056d --- /dev/null +++ b/crawl-ref/source/mgen_data.cc @@ -0,0 +1,10 @@ +#include "AppHdr.h" + +#include "mgen_data.h" + +#include "coord.h" + +bool mgen_data::use_position() const +{ + return (in_bounds(pos)); +} -- cgit v1.2.3-54-g00ecf