summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-01 18:07:11 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-01 18:07:11 +0000
commitaad41516e2895a328be17ecea2a1e9c4add416ee (patch)
treee97718f51e0a0585d595c9a074d8a8a7867814d9 /crawl-ref/source/mapdef.h
parentfc78d02aee0c39be4fb45b3b640a17f2af18cd45 (diff)
downloadcrawl-ref-aad41516e2895a328be17ecea2a1e9c4add416ee.tar.gz
crawl-ref-aad41516e2895a328be17ecea2a1e9c4add416ee.zip
Moved hellmouths back to hells.des after discussions with David.
Restored a couple of other maps. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1707 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index 4cc77e0af9..7cb4252197 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -188,6 +188,7 @@ public:
std::vector<coord_def> find_glyph(int glyph) const;
coord_def find_first_glyph(int glyph) const;
+ coord_def find_first_glyph(const std::string &glyphs) const;
void set_orientation(const std::string &s);
@@ -499,6 +500,7 @@ public:
std::vector<coord_def> find_glyph(int glyph) const;
coord_def find_first_glyph(int glyph) const;
+ coord_def find_first_glyph(const std::string &glyphs) const;
void write_index(FILE *) const;
void write_full(FILE *);