summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-06 18:01:50 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-06 18:01:50 -0800
commit0d1d7bc9535c3565c1c00cb616ed81d1b89f2189 (patch)
tree48395630215e752458c93c2b0c5e0e0558b64d0a
parent35cf70955a65e87122c3f2078ae8436654c77879 (diff)
downloadcrawl-ref-0d1d7bc9535c3565c1c00cb616ed81d1b89f2189.tar.gz
crawl-ref-0d1d7bc9535c3565c1c00cb616ed81d1b89f2189.zip
externs.h: Move monsters class forward declare
The forward declaration of the monsters class wasn't early enough in the file.
-rw-r--r--crawl-ref/source/externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 69bf1c7133..109e92c403 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -391,6 +391,7 @@ public:
void load(reader&);
};
+class monsters;
struct item_def
{
@@ -567,7 +568,6 @@ public:
class ghost_demon;
class actor;
-class monsters;
struct trap_def
{