summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-17 20:46:06 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-17 20:46:06 +0000
commit3b86a06d39b6c59db6861f54f468b43513b60827 (patch)
treed3b30910f9aa6500f20d2a7620966f06419df16c /crawl-ref/source/debug.h
parent4758caffda6ea00f6d4f83e58a2ae98d2d0f35a7 (diff)
downloadcrawl-ref-3b86a06d39b6c59db6861f54f468b43513b60827.tar.gz
crawl-ref-3b86a06d39b6c59db6861f54f468b43513b60827.zip
Apply minor fixes patch [2727286] by kotk, minus the sqldbm.h type
changes (as I have no way of testing them on multiple platforms). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9615 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/debug.h')
-rw-r--r--crawl-ref/source/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/debug.h b/crawl-ref/source/debug.h
index b3cad9db19..d91965e254 100644
--- a/crawl-ref/source/debug.h
+++ b/crawl-ref/source/debug.h
@@ -121,7 +121,7 @@ void debug_stethoscope(int mon);
#endif
class monsters;
-class coord_def;
+struct coord_def;
void wizard_apply_monster_blessing(monsters* mon);
void wizard_give_monster_item(monsters* mon);