From 0e6d122b92ff9e2725394b5501fb9d5a0935a35f Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 22 Nov 2015 12:30:34 +0100 Subject: [PATCH] fix compile --- src/kernel/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kernel/config.h b/src/kernel/config.h index b405ed585..656b2e012 100644 --- a/src/kernel/config.h +++ b/src/kernel/config.h @@ -25,7 +25,7 @@ extern "C" { /* this should always be the first thing included after platform.h */ #include "types.h" - +struct param; /* experimental gameplay features (that don't affect the savefile) */ /* TODO: move these settings to settings.h or into configuration files */ #define GOBLINKILL /* Goblin-Spezialklau kann tödlich enden */