summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-mon.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/wiz-mon.h
parenta49e4492fc269271c7809d2caeb1e4d80bb0b7bf (diff)
downloadcrawl-ref-31adfd48395f3c74daad1f72b874f497020481a7.tar.gz
crawl-ref-31adfd48395f3c74daad1f72b874f497020481a7.zip
Rename class "monsters" to "monster".
Diffstat (limited to 'crawl-ref/source/wiz-mon.h')
-rw-r--r--crawl-ref/source/wiz-mon.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/wiz-mon.h b/crawl-ref/source/wiz-mon.h
index 6eb60e0b78..d091c22d3e 100644
--- a/crawl-ref/source/wiz-mon.h
+++ b/crawl-ref/source/wiz-mon.h
@@ -19,15 +19,15 @@ void debug_stethoscope(int mon);
void debug_miscast(int target);
void debug_ghosts();
-class monsters;
+class monster;
struct coord_def;
-void wizard_apply_monster_blessing(monsters* mon);
-void wizard_give_monster_item(monsters* mon);
+void wizard_apply_monster_blessing(monster* mon);
+void wizard_give_monster_item(monster* mon);
void wizard_move_player_or_monster(const coord_def& where);
-void wizard_make_monster_summoned(monsters* mon);
-void wizard_polymorph_monster(monsters* mon);
-void debug_make_monster_shout(monsters* mon);
+void wizard_make_monster_summoned(monster* mon);
+void wizard_polymorph_monster(monster* mon);
+void debug_make_monster_shout(monster* mon);
void debug_pathfind(int mid);