From e331a9aac2ff6d567ca65961c861dbae361172da Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 16 Nov 2014 02:01:19 +0100 Subject: Moved duel_s into duel.c Signed-off-by: Haru --- src/map/duel.c | 2 ++ src/map/duel.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/duel.c b/src/map/duel.c index 4e4eeef1f..0ae2770c4 100644 --- a/src/map/duel.c +++ b/src/map/duel.c @@ -16,6 +16,8 @@ #include "pc.h" #include "../common/cbasetypes.h" +struct duel_interface duel_s; + /*========================================== * Duel organizing functions [LuzZza] *------------------------------------------*/ diff --git a/src/map/duel.h b/src/map/duel.h index de2bd1bf6..e88f6ec4e 100644 --- a/src/map/duel.h +++ b/src/map/duel.h @@ -40,7 +40,7 @@ struct duel_interface { void (*init) (bool minimal); void (*final) (void); -} duel_s; +}; struct duel_interface *duel; -- cgit v1.2.3-60-g2f50