mirror of
https://github.com/diasurgical/devilution.git
synced 2026-06-20 05:46:12 +00:00
12 lines
180 B
C
12 lines
180 B
C
/**
|
|
* @file spelldat.h
|
|
*
|
|
* Interface of all spell data.
|
|
*/
|
|
#ifndef __SPELLDAT_H__
|
|
#define __SPELLDAT_H__
|
|
|
|
extern SpellData spelldata[];
|
|
|
|
#endif /* __SPELLDAT_H__ */
|