forked from github/server
fix header missing a struct
This commit is contained in:
parent
e34e71f0f4
commit
56eb1b753c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue