fix header missing a struct

This commit is contained in:
Enno Rehling 2017-02-26 15:52:58 +01:00
parent e34e71f0f4
commit 56eb1b753c
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ without prior permission by the authors of Eressea.
#ifndef H_KRNL_XMLREADER_H
#define H_KRNL_XMLREADER_H
struct spell;
#ifdef __cplusplus
extern "C" {
#endif