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
|
#ifndef H_KRNL_XMLREADER_H
|
||||||
#define H_KRNL_XMLREADER_H
|
#define H_KRNL_XMLREADER_H
|
||||||
|
|
||||||
|
struct spell;
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue