summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-mon.h
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2010-02-24 22:32:26 -0800
committerSteven Noonan <steven@uplinklabs.net>2010-02-25 12:52:38 -0800
commitcd92c87718b160a2ba3a521325139f4edeca4354 (patch)
treeb298834bc7a862c6aab4613cb8797c7a5be10c84 /crawl-ref/source/wiz-mon.h
parenteac166240423dda6e2cdeb546762661290a1cac4 (diff)
downloadcrawl-ref-cd92c87718b160a2ba3a521325139f4edeca4354.tar.gz
crawl-ref-cd92c87718b160a2ba3a521325139f4edeca4354.zip
directn.cc: fix linkage problem with FULLDEBUG but not WIZARD
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/wiz-mon.h')
-rw-r--r--crawl-ref/source/wiz-mon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/wiz-mon.h b/crawl-ref/source/wiz-mon.h
index 252956e07a..6eb60e0b78 100644
--- a/crawl-ref/source/wiz-mon.h
+++ b/crawl-ref/source/wiz-mon.h
@@ -7,6 +7,8 @@
#ifndef WIZMON_H
#define WIZMON_H
+#ifdef WIZARD
+
void wizard_create_spec_monster(void);
void wizard_create_spec_monster_name(void);
void wizard_spawn_control();
@@ -30,3 +32,5 @@ void debug_make_monster_shout(monsters* mon);
void debug_pathfind(int mid);
#endif
+
+#endif