summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-18 03:10:15 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-18 03:10:15 +0200
commit347ea09d66f2294f6cfbbeaeeea489feebc33ad0 (patch)
treef3a36d58282d767d01be3dfffbdb74a2cc34e4bb /crawl-ref/source/mapdef.h
parent0f24e7826ef9795343211fc4bcea245a9ea0e529 (diff)
downloadcrawl-ref-347ea09d66f2294f6cfbbeaeeea489feebc33ad0.tar.gz
crawl-ref-347ea09d66f2294f6cfbbeaeeea489feebc33ad0.zip
Less redundant forward declarations.
Diffstat (limited to 'crawl-ref/source/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index a4e1736e2a..db10ba8c94 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -896,7 +896,6 @@ private:
feature_spec parse_trap(std::string s, int weight);
};
-class map_def;
class dlua_set_map
{
public:
@@ -906,7 +905,6 @@ private:
std::auto_ptr<lua_datum> old_map;
};
-class map_def;
dungeon_feature_type map_feature_at(map_def *map,
const coord_def &c,
int rawfeat);