forked from github/server
16 lines
493 B
C
16 lines
493 B
C
|
/* vi: set ts=2:
|
||
|
* +-------------------+ Christian Schlittchen <corwin@amber.kn-bremen.de>
|
||
|
* | | Enno Rehling <enno@eressea.de>
|
||
|
* | Eressea PBEM host | Katja Zedel <katze@felidae.kn-bremen.de>
|
||
|
* | (c) 1998 - 2005 |
|
||
|
* | | This program may not be used, modified or distributed
|
||
|
* +-------------------+ without prior permission by the authors of Eressea.
|
||
|
*/
|
||
|
|
||
|
#ifndef GC_SPELLS_H
|
||
|
#define GC_SPELLS_H
|
||
|
|
||
|
extern void register_gcspells(void);
|
||
|
|
||
|
#endif
|