summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
{