2007-07-17 17:33:48 +02:00
|
|
|
/* 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>
|
2007-08-09 08:42:37 +02:00
|
|
|
* | (c) 1998 - 2007 |
|
2007-07-17 17:33:48 +02:00
|
|
|
* | | 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
|
2007-08-09 08:42:37 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
2007-07-17 17:33:48 +02:00
|
|
|
|
2007-08-09 08:42:37 +02:00
|
|
|
extern void register_gcspells(void);
|
2007-07-17 17:33:48 +02:00
|
|
|
|
2007-08-09 08:42:37 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
2007-07-17 17:33:48 +02:00
|
|
|
#endif
|