summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-project.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-09-06 06:33:57 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-09-05 12:56:13 +0200
commit31adfd48395f3c74daad1f72b874f497020481a7 (patch)
treed7733b7e157fa13c4af485ed7c51b3f97c6b1a72 /crawl-ref/source/mon-project.h
parenta49e4492fc269271c7809d2caeb1e4d80bb0b7bf (diff)
downloadcrawl-ref-31adfd48395f3c74daad1f72b874f497020481a7.tar.gz
crawl-ref-31adfd48395f3c74daad1f72b874f497020481a7.zip
Rename class "monsters" to "monster".
Diffstat (limited to 'crawl-ref/source/mon-project.h')
-rw-r--r--crawl-ref/source/mon-project.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-project.h b/crawl-ref/source/mon-project.h
index 24e1c40cc3..28bb95a58c 100644
--- a/crawl-ref/source/mon-project.h
+++ b/crawl-ref/source/mon-project.h
@@ -10,7 +10,7 @@
#include "beam.h"
bool cast_iood(actor *caster, int pow, bolt *beam);
-bool iood_act(monsters &mon, bool no_trail = false);
-void iood_catchup(monsters *mon, int turns);
+bool iood_act(monster& mon, bool no_trail = false);
+void iood_catchup(monster* mon, int turns);
#endif