From 2aaee630b73f2556e79aeb37518d98f229909ea3 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Tue, 29 Dec 2009 14:16:22 -0800 Subject: headers: fix inconsistent struct/class forward declarations Some classes were erroneously referred to as 'struct' in forward declarations, and vice versa. Signed-off-by: Steven Noonan --- crawl-ref/source/mon-abil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-abil.h') diff --git a/crawl-ref/source/mon-abil.h b/crawl-ref/source/mon-abil.h index 47aee1641a..845b114c49 100644 --- a/crawl-ref/source/mon-abil.h +++ b/crawl-ref/source/mon-abil.h @@ -8,7 +8,7 @@ #define MONABIL_H class monsters; -class bolt; +struct bolt; bool mon_special_ability(monsters *monster, bolt & beem); void mon_nearby_ability(monsters *monster); -- cgit v1.2.3-54-g00ecf